Home
last modified time | relevance | path

Searched refs:const_int_input (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/stl_interfaces/test/
Dinput.cpp104 using const_int_input = input_iter<int const>; typedef
282 const_int_input first_copy(first); in main()
283 const_int_input last_copy(last); in main()
338 const_int_input first(ints.data()); in main()
339 const_int_input last(ints.data() + ints.size()); in main()