aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/iterator/ya.make
blob: bc412ee74a9ccd8f480a418cfcb6c164df870c8d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
OWNER(g:util)

LIBRARY()

SRCS(
    cartesian_product.cpp
    concatenate.cpp
    enumerate.cpp
    iterate_keys.cpp
    iterate_values.cpp
    filtering.cpp
    functools.cpp
    mapped.cpp
    zip.cpp
)

END()
 
RECURSE_FOR_TESTS(ut)