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

Function BOOST_CONCEPT_USAGE

extern/boost/boost/concept_check.hpp:72–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 BOOST_concept(Integer, (T))
71 {
72 BOOST_CONCEPT_USAGE(Integer)
73 {
74 x.error_type_must_be_an_integer_type();
75 }
76 private:
77 T x;
78 };

Callers 1

concept_check.hppFile · 0.70

Calls 3

require_boolean_exprFunction · 0.85
testFunction · 0.70

Tested by

no test coverage detected