aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/iterator/ya.make
blob: 226858b8c5ffb71bda971f346b969f9dfc6dd5e8 (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)