an internal type for a backed binary type
<nlohmann/byte_container_with_subtype.hpp>template<typename BinaryType>
class byte_container_with_subtype
: public BinaryType
| Name | Description |
|---|---|
BinaryType |
| Name |
|---|
container_type |
subtype_type |
| Name | Description |
|---|---|
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 |