Searched refs:m_ostr (Results 1 – 1 of 1) sorted by relevance
35 explicit custom_printer( std::ostream& ostr ) : m_ostr( &ostr ) {} in custom_printer()37 std::ostream& operator*() const { return *m_ostr; } in operator *()40 std::ostream* const m_ostr; member