MCPcopy Create free account
hub / github.com/Kitware/VTK / stringTo

Function stringTo

IO/EnSight/core/EnSightFile.cxx:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28template <>
29bool stringTo(const std::string& input, std::string& output)
30{
31 output = input;
32 return true;
33}
34
35template <>
36bool stringTo(const std::string& input, int& output)

Callers 2

extractLinePartFunction · 0.85
ReadNumberMethod · 0.85

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected