Flow123d  release_2.2.0-914-gf1a3a4f
Classes | Functions
std Namespace Reference

Classes

class  deque
 
struct  hash< nlohmann::json >
 hash value for JSON objects More...
 
class  list
 
class  map
 
class  numeric_limits< fmt::internal::DummyInt >
 
class  slist
 
class  vector
 

Functions

template<>
void swap (nlohmann::json &j1, nlohmann::json &j2) noexcept(is_nothrow_move_constructible< nlohmann::json >::value andis_nothrow_move_assignable< nlohmann::json >::value)
 exchanges the values of two JSON objects More...
 
fmt::BufferedFilemove (fmt::BufferedFile &f)
 
fmt::Filemove (fmt::File &f)
 

Function Documentation

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

Definition at line 380 of file posix.h.

Here is the caller graph for this function:

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

Definition at line 381 of file posix.h.

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

exchanges the values of two JSON objects

Since
version 1.0.0

Definition at line 8688 of file json.hpp.

Here is the caller graph for this function: