Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
template <bool value>
10
bool runtime_bool() { return value; }
11
12
template <bool value>
13
constexpr bool constexpr_bool() { return value; }
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected