MCPcopy Create free account
hub / github.com/Dobiasd/FunctionalPlus / read_value

Function read_value

include/fplus/read.hpp:144–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142// etc.
143template <typename T>
144maybe<T> read_value(const std::string& str)
145{
146 return to_maybe(read_value_result<T>(str));
147}
148
149// API search type: read_value_with_default : (a, String) -> a
150// fwd bind count: 1

Callers

nothing calls this directly

Calls 1

to_maybeFunction · 0.70

Tested by

no test coverage detected