Searched refs:ostream_any (Results 1 – 2 of 2) sorted by relevance
55 OStream& ostream_any(OStream& os, const T& t) { in ostream_any() function66 return ostream_any(os, t); in ostream_any_quoted()75 ostream_any(os, t); in ostream_metadata()210 visit([&os](const auto& x) { detail::ostream_any(os, x); }, v); in operator <<()
253 ostream_any(os, ax); in ostream()