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