MCPcopy Create free account
hub / github.com/daniele77/cli / from_string

Function from_string

include/cli/detail/fromstring.h:45–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43
44template <typename T>
45inline
46T from_string(const std::string& s)
47{
48 return boost::lexical_cast<T>(s);
49}
50
51} // namespace detail
52} // namespace cli

Callers 2

IpAddressFromStringMethod · 0.85
IpAddressFromStringMethod · 0.85

Calls 1

bad_conversionClass · 0.85

Tested by

no test coverage detected