Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastFlowLM/FastFlowLM
/ json_value
Function
json_value
src/include/nlohmann/json.hpp:446–446 ·
view source on GitHub ↗
default constructor (for null values)
Source
from the content-addressed store, hash-verified
444
445
/// default constructor (for null values)
446
json_value() = default;
447
/// constructor for booleans
448
json_value(boolean_t v) noexcept : boolean(v) {}
449
/// constructor for numbers (integer)
Callers
nothing calls this directly
Calls
1
create
Function · 0.85
Tested by
no test coverage detected