Searched defs:UnaryFunction (Results 1 – 2 of 2) sorted by relevance
22 struct UnaryFunction struct35 static_assert(std::is_same<std::reference_wrapper<int(UnaryFunction::*)()>::result_type, int>::valu… argument
34 for_each_impl(Iterator first, Iterator last, UnaryFunction fun, in for_each_impl()52 for_each_impl(Iterator first, Iterator last, UnaryFunction fn, in for_each_impl()