an internal type for a backed binary type Más...
#include <json.hpp>
Métodos públicos | |
| byte_container_with_subtype () noexcept(noexcept(container_type())) | |
| byte_container_with_subtype (const container_type &b) noexcept(noexcept(container_type(b))) | |
| byte_container_with_subtype (container_type &&b) noexcept(noexcept(container_type(std::move(b)))) | |
| byte_container_with_subtype (const container_type &b, subtype_type subtype_) noexcept(noexcept(container_type(b))) | |
| byte_container_with_subtype (container_type &&b, subtype_type subtype_) noexcept(noexcept(container_type(std::move(b)))) | |
| void | set_subtype (subtype_type subtype_) noexcept |
| sets the binary subtype | |
| constexpr subtype_type | subtype () const noexcept |
| return the binary subtype | |
| constexpr bool | has_subtype () const noexcept |
| return whether the value has a subtype | |
| void | clear_subtype () noexcept |
| clears the binary subtype | |
an internal type for a backed binary type
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
clears the binary subtype
|
inlineconstexprnoexcept |
return whether the value has a subtype
|
inlinenoexcept |
sets the binary subtype
|
inlineconstexprnoexcept |
return the binary subtype