Searched defs:IsStreamInsertable (Results 1 – 2 of 2) sorted by relevance
1610 struct IsStreamInsertable { struct1611 static std::ostream &s;1612 static T const&t;1613 enum { value = sizeof( testStreamable(s << t) ) == sizeof( TrueType ) };
1238 class IsStreamInsertable { class