Home
last modified time | relevance | path

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

/third_party/boost/libs/range/test/adaptor_test/
Dformatted.cpp226 struct udt_separator struct
232 operator<<(std::basic_ostream<Char,Traits>& out, udt_separator) in operator <<() argument
244 out1 << (v | boost::adaptors::formatted(udt_separator())); in test_formatted5()
248 out2 << boost::adaptors::format(v, udt_separator()); in test_formatted5()