slot 0.0.1
A real time UI render framework
载入中...
搜索中...
未找到
| 函数
std 命名空间参考

struct  hash< nlohmann::NLOHMANN_BASIC_JSON_TPL >
 hash value for JSON objects 更多...
 
struct  less< ::nlohmann::detail::value_t >
 
class  tuple_element< N, ::nlohmann::detail::iteration_proxy_value< IteratorType > >
 
class  tuple_size<::nlohmann::detail::iteration_proxy_value< IteratorType > >
 

函数

NLOHMANN_BASIC_JSON_TPL_DECLARATION void swap (nlohmann::NLOHMANN_BASIC_JSON_TPL &j1, nlohmann::NLOHMANN_BASIC_JSON_TPL &j2) noexcept(//NOLINT(readability-inconsistent-declaration-parameter-name, cert-dcl58-cpp) is_nothrow_move_constructible< nlohmann::NLOHMANN_BASIC_JSON_TPL >::value &&//NOLINT(misc-redundant-expression, cppcoreguidelines-noexcept-swap, performance-noexcept-swap) is_nothrow_move_assignable< nlohmann::NLOHMANN_BASIC_JSON_TPL >::value)
 exchanges the values of two JSON objects
 

函数说明

◆ swap()

NLOHMANN_BASIC_JSON_TPL_DECLARATION void std::swap ( nlohmann::NLOHMANN_BASIC_JSON_TPL & j1,
nlohmann::NLOHMANN_BASIC_JSON_TPL & j2 )
inlinenoexcept

exchanges the values of two JSON objects

参见
https://json.nlohmann.me/api/basic_json/std_swap/
函数调用图:
这是这个函数的调用关系图: