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);
  1. Create empty binary container without subtype.
  2. Create binary container without subtype.
  3. Create binary container with subtype.

Parameters

container (in) : binary container

subtype (in) : subtype

Version history

Since version 3.8.0.