Home
last modified time | relevance | path

Searched defs:IsStreamInsertable (Results 1 – 2 of 2) sorted by relevance

/external/bcc/tests/cc/
Dcatch.hpp1610 struct IsStreamInsertable { struct
1611 static std::ostream &s;
1612 static T const&t;
1613 enum { value = sizeof( testStreamable(s << t) ) == sizeof( TrueType ) };
/external/catch2/single_include/catch2/
Dcatch.hpp1238 class IsStreamInsertable { class