MCPcopy Create free account
hub / github.com/computationalpathologygroup/ASAP / string>

Method string>

core/stringconversion.h:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28//////////
29// Specialization for converting a string to a string.
30 template <> inline std::string fromstring<std::string>(const std::string s)
31 {
32 return s;
33 }
34
35//////////
36// Converts a string to a vector of type T, separated at sep

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected