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

Function parse_value

Source/Utils/cxxopts.hpp:936–939  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

934 typename std::enable_if<std::is_integral<T>::value>::type* = nullptr
935 >
936 void parse_value(const std::string& text, T& value)
937 {
938 integer_parser(text, value);
939 }
940
941 inline
942 void

Callers 2

parseMethod · 0.85
asMethod · 0.85

Calls 5

integer_parserFunction · 0.85
IsTrueTextFunction · 0.85
IsFalseTextFunction · 0.85
stringstream_parserFunction · 0.85
emptyMethod · 0.45

Tested by

no test coverage detected