copy constructor
Synopsis
Declared in <nlohmann/ordered_map.hpp>
ordered_map(ordered_map const& other) = default;
Parameters
Name |
Description |
other [in] |
ordered_map to copy from |
Created with MrDocs
copy constructor
Declared in <nlohmann/ordered_map.hpp>
ordered_map(ordered_map const& other) = default;
Name |
Description |
other [in] |
ordered_map to copy from |
Created with MrDocs