Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
std Namespace Reference

Classes

struct  hash< nlohmann::json >
 hash value for JSON objects More...
 
struct  less<::nlohmann::detail::value_t >
 
class  numeric_limits< fmt::internal::DummyInt >
 
class  tuple_element< N, ::nlohmann::detail::iteration_proxy_value< IteratorType > >
 
class  tuple_size<::nlohmann::detail::iteration_proxy_value< IteratorType > >
 

Functions

template<>
void swap< nlohmann::json > (nlohmann::json &j1, nlohmann::json &j2) noexcept(//NOLINT(readability-inconsistent-declaration-parameter-name) is_nothrow_move_constructible< nlohmann::json >::value &&//NOLINT(misc-redundant-expression) is_nothrow_move_assignable< nlohmann::json >::value)
 exchanges the values of two JSON objects
 
fmt::BufferedFilemove (fmt::BufferedFile &f)
 
fmt::Filemove (fmt::File &f)
 

Function Documentation

◆ move() [1/2]

fmt::BufferedFile & std::move ( fmt::BufferedFile & f)
inline

Definition at line 362 of file posix.h.

◆ move() [2/2]

fmt::File & std::move ( fmt::File & f)
inline

Definition at line 363 of file posix.h.

◆ swap< nlohmann::json >()

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

exchanges the values of two JSON objects

Since
version 1.0.0

Definition at line 26412 of file json.hpp.