<nlohmann/byte_container_with_subtype.hpp>template<>
class byte_container_with_subtype<vector<unsigned char>>
: public vector<unsigned char>
| Name | Description |
|---|---|
vector<unsigned char> | A standard container which offers fixed time access to individual elements in any order. |
| Name |
|---|
container_type |
subtype_type |
| Name | Description |
|---|---|
byte_container_with_subtype [constructor] | Constructors |
clear_subtype | |
has_subtype | |
set_subtype | |
subtype | |
operator== | Equality operator |
operator!= | Inequality operator |