MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / require_boolean_expr

Function require_boolean_expr

extern/boost/boost/concept_check.hpp:226–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224 // For now we just test for convertible to bool.
225 template <class TT>
226 void require_boolean_expr(const TT& t) {
227 bool x = t;
228 ignore_unused_variable_warning(x);
229 }
230
231 BOOST_concept(EqualityComparable,(TT))
232 {

Callers 2

BOOST_CONCEPT_USAGEFunction · 0.85
concept_check.hppFile · 0.85

Calls 1

Tested by

no test coverage detected