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

Function value

Source/Utils/cxxopts.hpp:1213–1217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1211
1212 template <typename T>
1213 std::shared_ptr<Value>
1214 value()
1215 {
1216 return std::make_shared<values::standard_value<T>>();
1217 }
1218
1219 template <typename T>
1220 std::shared_ptr<Value>

Callers 1

KeyValueClass · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected