Home
last modified time | relevance | path

Searched defs:value_printer (Results 1 – 2 of 2) 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() function
45 template< typename U > void operator()(U x) in operator ()()
51 std::ostream* f_stream;
/third_party/boost/libs/hana/example/tutorial/
Dappendix_mpl.cpp690 auto value_printer = [](auto x) { in main() local