Motor OpenGL
Cargando...
Buscando...
Nada coincide
Referencia de la plantilla de la clase byte_container_with_subtype< BinaryType >

an internal type for a backed binary type Más...

#include <json.hpp>

Métodos públicos

 byte_container_with_subtype () noexcept(noexcept(container_type()))
 byte_container_with_subtype (const container_type &b) noexcept(noexcept(container_type(b)))
 byte_container_with_subtype (container_type &&b) noexcept(noexcept(container_type(std::move(b))))
 byte_container_with_subtype (const container_type &b, subtype_type subtype_) noexcept(noexcept(container_type(b)))
 byte_container_with_subtype (container_type &&b, subtype_type subtype_) noexcept(noexcept(container_type(std::move(b))))
void set_subtype (subtype_type subtype_) noexcept
 sets the binary subtype
constexpr subtype_type subtype () const noexcept
 return the binary subtype
constexpr bool has_subtype () const noexcept
 return whether the value has a subtype
void clear_subtype () noexcept
 clears the binary subtype

Descripción detallada

template<typename BinaryType>
class byte_container_with_subtype< BinaryType >

an internal type for a backed binary type

Ver también
https://json.nlohmann.me/api/byte_container_with_subtype/

Documentación de constructores y destructores

◆ byte_container_with_subtype() [1/5]

template<typename BinaryType>
byte_container_with_subtype< BinaryType >::byte_container_with_subtype ( )
inlinenoexcept

◆ byte_container_with_subtype() [2/5]

template<typename BinaryType>
byte_container_with_subtype< BinaryType >::byte_container_with_subtype ( const container_type & b)
inlinenoexcept

◆ byte_container_with_subtype() [3/5]

template<typename BinaryType>
byte_container_with_subtype< BinaryType >::byte_container_with_subtype ( container_type && b)
inlinenoexcept

◆ byte_container_with_subtype() [4/5]

template<typename BinaryType>
byte_container_with_subtype< BinaryType >::byte_container_with_subtype ( const container_type & b,
subtype_type subtype_ )
inlinenoexcept

◆ byte_container_with_subtype() [5/5]

template<typename BinaryType>
byte_container_with_subtype< BinaryType >::byte_container_with_subtype ( container_type && b,
subtype_type subtype_ )
inlinenoexcept

Documentación de funciones miembro

◆ clear_subtype()

template<typename BinaryType>
void byte_container_with_subtype< BinaryType >::clear_subtype ( )
inlinenoexcept

◆ has_subtype()

template<typename BinaryType>
bool byte_container_with_subtype< BinaryType >::has_subtype ( ) const
inlineconstexprnoexcept

return whether the value has a subtype

Ver también
https://json.nlohmann.me/api/byte_container_with_subtype/has_subtype/

◆ set_subtype()

template<typename BinaryType>
void byte_container_with_subtype< BinaryType >::set_subtype ( subtype_type subtype_)
inlinenoexcept

◆ subtype()

template<typename BinaryType>
subtype_type byte_container_with_subtype< BinaryType >::subtype ( ) const
inlineconstexprnoexcept