Flow123d  master-f44eb46
Classes | Functions
std Namespace Reference

Classes

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

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...
 
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 380 of file posix.h.

Here is the caller graph for this function:

◆ move() [2/2]

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

Definition at line 381 of file posix.h.

◆ swap()

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: