Assignment operators

Synopses

Declared in <nlohmann/ordered_map.hpp>

copy assignment operator

move assignment operator

ordered_map&
operator=(ordered_map&& other) noexcept(/* see-below */);

Return Value

reference to this ordered_map

Parameters

Name

Description

other [in]

ordered_map to copy from

Created with MrDocs