MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / type

Function type

deps/json/json.hpp:20503–20506  ·  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

20501 /// @brief return the type of the JSON value (explicit)
20502 /// @sa https://json.nlohmann.me/api/basic_json/type/
20503 constexpr value_t type() const noexcept
20504 {
20505 return m_type;
20506 }
20507
20508 /// @brief return whether type is primitive
20509 /// @sa https://json.nlohmann.me/api/basic_json/is_primitive/

Callers 2

set_parentFunction · 0.70
InsertMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected