Home
last modified time | relevance | path

Searched defs:custom_printer (Results 1 – 1 of 1) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
Dcustom_manip.hpp34 struct custom_printer { struct
35 explicit custom_printer( std::ostream& ostr ) : m_ostr( &ostr ) {} in custom_printer() function
37 std::ostream& operator*() const { return *m_ostr; } in operator *()
40 std::ostream* const m_ostr;