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

Function scalar_parser

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

std::string's copy constructor/assignment operator may throw a exception.

Source from the content-addressed store, hash-verified

6132
6133 // std::string's copy constructor/assignment operator may throw a exception.
6134 scalar_parser(const scalar_parser&) = default;
6135 scalar_parser& operator=(const scalar_parser&) = default;
6136
6137 scalar_parser(scalar_parser&&) noexcept = default;

Callers 1

node.hppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected