GLAC  1.0
Data Structures | Functions
std Namespace Reference

Data Structures

struct  hash< nlohmann::json >
 hash value for JSON objects More...
 

Functions

template<>
void swap (nlohmann::json &j1, nlohmann::json &j2) noexcept(is_nothrow_move_constructible< nlohmann::json >::value and is_nothrow_move_assignable< nlohmann::json >::value)
 exchanges the values of two JSON objects More...
 

Function Documentation

◆ swap()

template<>
void std::swap ( nlohmann::json j1,
nlohmann::json j2 
)
inlinenoexcept

exchanges the values of two JSON objects

Since
version 1.0.0
Here is the caller graph for this function: