Searched defs:IsStreamInsertable (Results 1 – 3 of 3) 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 ) };
1557 class IsStreamInsertable { class
1560 class IsStreamInsertable { class