📝 update documentation
This commit is contained in:
parent
88292d9499
commit
c92a696852
152 changed files with 152 additions and 154 deletions
|
@ -39,8 +39,7 @@ class byte_container_with_subtype : public BinaryType
|
|||
: container_type(std::move(b))
|
||||
{}
|
||||
|
||||
byte_container_with_subtype(const container_type& b,
|
||||
std::uint8_t subtype) noexcept(noexcept(container_type(b)))
|
||||
byte_container_with_subtype(const container_type& b, std::uint8_t subtype) noexcept(noexcept(container_type(b)))
|
||||
: container_type(b)
|
||||
, m_subtype(subtype)
|
||||
, m_has_subtype(true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue