MCPcopy Create free account
hub / github.com/arun11299/cpp-jwt / type

Function type

include/jwt/json/json.hpp:18812–18815  ·  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 boolean |

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected