MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / type

Function type

Source/Utils/json.hpp:18811–18814  ·  view source on GitHub ↗

! @brief return the type of the JSON value (explicit) Return the type of the JSON value as a value from the @ref value_t enumeration. @return the type of the JSON value Value type | return value ------------------------- | ------------------------- null | value_t::null

Source from the content-addressed store, hash-verified

18809 @since version 1.0.0
18810 */
18811 constexpr value_t type() const noexcept
18812 {
18813 return m_type;
18814 }
18815
18816 /*!
18817 @brief return whether type is primitive

Callers 6

applyFunction · 0.85
apply_fpFunction · 0.85
apply_methodFunction · 0.85
get_stack_valuesFunction · 0.85
call_method_safeFunction · 0.85
call_safeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected