nlohmann::byte_container_with_subtype

an internal type for a backed binary type

Synopsis

Declared in <nlohmann/byte_container_with_subtype.hpp>
template<typename BinaryType>
class byte_container_with_subtype
    : public BinaryType

Base Classes

Name Description
BinaryType

Types

Name
container_type
subtype_type

Member Functions

NameDescription
byte_container_with_subtype [constructor]Default constructor
byte_container_with_subtype [constructor]Construct from container_type
byte_container_with_subtype [constructor]Construct from container_type
byte_container_with_subtype [constructor]
byte_container_with_subtype [constructor]
clear_subtype clears the binary subtype
has_subtype return whether the value has a subtype
set_subtype sets the binary subtype
subtype return the binary subtype
operator== Equality operator
operator!= Inequality operator