MCPcopy Create free account
hub / github.com/bfgroup/Lyra / value_result

Method value_result

include/lyra/cli.hpp:82–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 {
81 public:
82 explicit value_result(const parser * p)
83 : parser_ref(p)
84 { }
85
86 template <typename T,
87 typename std::enable_if<detail::is_convertible_from_string<

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected