Searched refs:ostream_any_impl (Results 1 – 1 of 1) sorted by relevance
45 auto ostream_any_impl(OStream& os, const T& t, priority<1>) -> decltype(os << t) { in ostream_any_impl() function50 OStream& ostream_any_impl(OStream& os, const T&, priority<0>) { in ostream_any_impl() function56 return ostream_any_impl(os, t, priority<1>{}); in ostream_any()