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
Copy constructor
Declared in <nlohmann/ordered_map.hpp>
ordered_map(ordered_map const& other) = default;
| Name | Description |
|---|---|
other |
The object to copy construct from |
Created with MrDocs