MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / type

Function type

Source/external/json.hpp:20459–20462  ·  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

20457 /// @brief return the type of the JSON value (explicit)
20458 /// @sa https://json.nlohmann.me/api/basic_json/type/
20459 constexpr value_t type() const noexcept
20460 {
20461 return m_type;
20462 }
20463
20464 /// @brief return whether type is primitive
20465 /// @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