Searched refs:const_int_input (Results 1 – 1 of 1) sorted by relevance
104 using const_int_input = input_iter<int const>; typedef282 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()