Copy constructor

Synopsis

Declared in <nlohmann/ordered_map.hpp>

ordered_map(ordered_map const& other) = default;

Parameters

Name Description

other

The object to copy construct from

Created with MrDocs