MCPcopy Create free account
hub / github.com/FastFlowLM/FastFlowLM / is_boolean

Function is_boolean

src/include/nlohmann/json.hpp:1349–1352  ·  view source on GitHub ↗

@brief return whether value is a boolean @sa https://json.nlohmann.me/api/basic_json/is_boolean/

Source from the content-addressed store, hash-verified

1347 /// @brief return whether value is a boolean
1348 /// @sa https://json.nlohmann.me/api/basic_json/is_boolean/
1349 constexpr bool is_boolean() const noexcept
1350 {
1351 return m_data.m_type == value_t::boolean;
1352 }
1353
1354 /// @brief return whether value is a number
1355 /// @sa https://json.nlohmann.me/api/basic_json/is_number/

Callers 7

dumpMethod · 0.85
to_boolMethod · 0.85
to_intMethod · 0.85
to_strMethod · 0.85
is_primitiveFunction · 0.85
json.hppFile · 0.85
get_impl_ptrFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected