MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / as

Method as

Source/Utils/cxxopts.hpp:1441–1447  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1439
1440 template <typename T>
1441 T
1442 as() const
1443 {
1444 T result;
1445 values::parse_value(m_value, result);
1446 return result;
1447 }
1448
1449 private:
1450 std::string m_key;

Callers

nothing calls this directly

Calls 1

parse_valueFunction · 0.85

Tested by

no test coverage detected