nlohmann::byte_container_with_subtype::byte_container_with_subtype¶
// (1)
byte_container_with_subtype();
// (2)
byte_container_with_subtype(const container_type& container);
byte_container_with_subtype(container_type&& container);
// (3)
byte_container_with_subtype(const container_type& container, subtype_type subtype);
byte_container_with_subtype(container_type&& container, subtype_type subtype);
- Create empty binary container without subtype.
- Create binary container without subtype.
- Create binary container with subtype.
Parameters¶
container
(in)- binary container
subtype
(in)- subtype
Version history¶
Since version 3.8.0.