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

Function runtime_bool

test/assert/constexpr.cpp:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9template <bool value>
10bool runtime_bool() { return value; }
11
12template <bool value>
13constexpr bool constexpr_bool() { return value; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected