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

Function constexpr_bool

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

Source from the content-addressed store, hash-verified

11
12template <bool value>
13constexpr bool constexpr_bool() { return value; }
14
15
16int main() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected