Home
last modified time | relevance | path

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

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