Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.hpp
File · 0.70
Calls
3
ignore_unused_variable_warning
Function · 0.85
require_boolean_expr
Function · 0.85
test
Function · 0.70
Tested by
no test coverage detected