Move constructor
<nlohmann/ordered_map.hpp>
ordered_map(ordered_map&& other) noexcept(std::is_nothrow_move_constructible<Container>::value) = default;