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(/* see-below */);
Created with MrDocs