flexiblesusy is hosted by Hepforge, IPPP Durham
FlexibleSUSY
nlohmann::json_abi_v3_11_3::detail::json_default_base Struct Reference

Default base class of the basic_json class. More...

#include <json.hpp>

Collaboration diagram for nlohmann::json_abi_v3_11_3::detail::json_default_base:
Collaboration graph

Detailed Description

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.

Definition at line 13788 of file json.hpp.


The documentation for this struct was generated from the following file: