Assignment operators
<nlohmann/ordered_map.hpp>Copy assignment operator
ordered_map&
operator=(ordered_map const& other);
» more...
Move assignment operator
ordered_map&
operator=(ordered_map&& other) noexcept(std::is_nothrow_move_assignable<Container>::value);
» more...