Server
 
로딩중...
검색중...
일치하는것 없음
detail::json_default_base 구조체 참조

Default base class of the basic_json class. 더 자세히 ...

#include <json.hpp>

상세한 설명

Default base class of the basic_json class.

So that the correct implementations of the copy / move ctors / assign operators of basic_json do not require complex case distinctions (no base class / custom base class used as customization point), basic_json always has a base class. By default, this class is used because it is empty and thus has no effect on the behavior of basic_json.


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