use temporary solution for forwarding of nlohmann::json after version of 3.1.0 it is included in official releases see https://github.com/nlohmann/json/issues/314 More...
Classes | |
struct | adl_serializer |
class | basic_json |
Typedefs | |
using | json = basic_json< std::map, std::vector, std::string, bool, std::int64_t, std::uint64_t, double, std::allocator, adl_serializer > |
use temporary solution for forwarding of nlohmann::json after version of 3.1.0 it is included in official releases see https://github.com/nlohmann/json/issues/314
using nlohmann::json = typedef basic_json<std::map, std::vector, std::string, bool, std::int64_t, std::uint64_t, double, std::allocator, adl_serializer> |
Definition at line 49 of file REveElement.hxx.