MCPcopy Create free account
hub / github.com/1a1a11a/libCacheSim / noexcept

Function noexcept

example/cacheHierarchy/fkYAML/node.hpp:12576–12578  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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.

Callers 15

atofFunction · 0.85
operator()Method · 0.85
operator()Method · 0.85
from_nodeMethod · 0.85
to_nodeMethod · 0.85
basic_nodeFunction · 0.85
get_valueFunction · 0.85
get_value_inplaceFunction · 0.85
get_value_implFunction · 0.85
swapFunction · 0.85
nothrowClass · 0.85
pairMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected