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

Function type

src/include/nlohmann/json.hpp:1321–1324  ·  view source on GitHub ↗

@brief return the type of the JSON value (explicit) @sa https://json.nlohmann.me/api/basic_json/type/

Source from the content-addressed store, hash-verified

1319 /// @brief return the type of the JSON value (explicit)
1320 /// @sa https://json.nlohmann.me/api/basic_json/type/
1321 constexpr value_t type() const noexcept
1322 {
1323 return m_data.m_type;
1324 }
1325
1326 /// @brief return whether type is primitive
1327 /// @sa https://json.nlohmann.me/api/basic_json/is_primitive/

Callers 1

set_parentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected