Server
 
로딩중...
검색중...
일치하는것 없음
byte_container_with_subtype< BinaryType > 클래스 템플릿 참조

an internal type for a backed binary type 더 자세히 ...

#include <json.hpp>

byte_container_with_subtype< BinaryType >에 대한 상속 다이어그램 :
byte_container_with_subtype< BinaryType >에 대한 협력 다이어그램:

Public 타입

using container_type = BinaryType
 
using subtype_type = std::uint64_t
 

Public 멤버 함수

 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))))
 
bool operator== (const byte_container_with_subtype &rhs) const
 
bool operator!= (const byte_container_with_subtype &rhs) const
 
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
 

상세한 설명

template<typename BinaryType>
class byte_container_with_subtype< BinaryType >

an internal type for a backed binary type

참고
https://json.nlohmann.me/api/byte_container_with_subtype/

생성자 & 소멸자 Documentation

◆ byte_container_with_subtype() [1/5]

◆ byte_container_with_subtype() [2/5]

template<typename BinaryType >
byte_container_with_subtype< BinaryType >::byte_container_with_subtype ( const container_type &  b)
inlinenoexcept

◆ byte_container_with_subtype() [3/5]

template<typename BinaryType >
byte_container_with_subtype< BinaryType >::byte_container_with_subtype ( container_type &&  b)
inlinenoexcept

◆ byte_container_with_subtype() [4/5]

template<typename BinaryType >
byte_container_with_subtype< BinaryType >::byte_container_with_subtype ( const container_type &  b,
subtype_type  subtype_ 
)
inlinenoexcept

◆ byte_container_with_subtype() [5/5]

template<typename BinaryType >
byte_container_with_subtype< BinaryType >::byte_container_with_subtype ( container_type &&  b,
subtype_type  subtype_ 
)
inlinenoexcept

멤버 함수 Documentation

◆ clear_subtype()

template<typename BinaryType >
void byte_container_with_subtype< BinaryType >::clear_subtype ( )
inlinenoexcept

◆ has_subtype()

template<typename BinaryType >
constexpr bool byte_container_with_subtype< BinaryType >::has_subtype ( ) const
inlineconstexprnoexcept

return whether the value has a subtype

참고
https://json.nlohmann.me/api/byte_container_with_subtype/has_subtype/

◆ set_subtype()

template<typename BinaryType >
void byte_container_with_subtype< BinaryType >::set_subtype ( subtype_type  subtype_)
inlinenoexcept

◆ subtype()

template<typename BinaryType >
constexpr subtype_type byte_container_with_subtype< BinaryType >::subtype ( ) const
inlineconstexprnoexcept

이 클래스에 대한 Documentation 페이지는 다음의 파일로부터 생성되었습니다.: