nlohmann::ordered_map::operator=

copy assignment operator

Synopsis

Declared in <nlohmann/ordered_map.hpp>

ordered_map&
operator=(ordered_map const& other);

Return Value

reference to this ordered_map

Parameters

NameDescription
other [in]ordered_map to copy from