Home
last modified time | relevance | path

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

/third_party/boost/libs/mpl/test/
Dfor_each.cpp42 struct value_printer struct
44 value_printer(std::ostream& s) : f_stream(&s) {} in value_printer() argument
75 mpl::for_each< numbers >(value_printer(std::cout)); in main()
/third_party/boost/libs/mpl/doc/src/refmanual/
Dfor_each.rst120 struct value_printer
130 for_each< range_c<int,0,10> >( value_printer() );
/third_party/boost/libs/hana/example/tutorial/
Dappendix_mpl.cpp690 auto value_printer = [](auto x) { in main() local
694 for_each<range_c<int, 0, 10> >(value_printer); in main()