Assignment operators
Synopses
Declared in <nlohmann/ordered_map.hpp>
Copy assignment operator
ordered_map&
operator=(ordered_map const& other);
Move assignment operator
ordered_map&
operator=(ordered_map&& other) noexcept(std::is_nothrow_move_assignable<Container>::value);
Created with MrDocs