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

Public 타입

using value_type = BasicJsonType
 

Public 멤버 함수

 json_ref (value_type &&value)
 
 json_ref (const value_type &value)
 
 json_ref (std::initializer_list< json_ref > init)
 
template<class... Args, enable_if_t< std::is_constructible< value_type, Args... >::value, int > = 0>
 json_ref (Args &&... args)
 
 json_ref (json_ref &&) noexcept=default
 
 json_ref (const json_ref &)=delete
 
json_refoperator= (const json_ref &)=delete
 
json_refoperator= (json_ref &&)=delete
 
value_type moved_or_copied () const
 
value_type const & operator* () const
 
value_type const * operator-> () const
 

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