| 12574 | /// @brief Construct a new ordered_map object. |
| 12575 | /// @sa https://fktn-k.github.io/fkYAML/api/ordered_map/constructor/ |
| 12576 | ordered_map() noexcept(noexcept(Container())) |
| 12577 | : Container() { |
| 12578 | } |
| 12579 | |
| 12580 | /// @brief Construct a new ordered_map object with an initializer list. |
| 12581 | /// @param init An initializer list to construct the inner container object. |
no outgoing calls
no test coverage detected