MCPcopy Create free account
hub / github.com/boostorg/hana / constant_bool

Function constant_bool

test/assert/commas.cpp:18–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16
17template <bool value, typename ...>
18auto constant_bool() { return make_cnumeric<bool, value>(); }
19
20int main() {
21 BOOST_HANA_CONSTANT_ASSERT(constant_bool<true, void>());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected