MCPcopy Create free account
hub / github.com/astra-toolbox/astra-toolbox / stringToFloatVector

Function stringToFloatVector

src/Utilities.cpp:138–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138std::vector<float> stringToFloatVector(const std::string &s)
139{
140 return stringToNumericVector<float>(s);
141}
142std::vector<double> stringToDoubleVector(const std::string &s)
143{
144 return stringToNumericVector<double>(s);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected