MCPcopy Create free account
hub / github.com/PDAL/PDAL / fromString

Function fromString

io/HeaderVal.hpp:181–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179
180template<size_t LEN>
181inline StatusWithReason fromString(const std::string& from, StringHeaderVal<LEN>& h)
182{
183 h.setVal(from);
184 return true;
185}
186
187} // namespace Utils
188

Callers 1

HeaderVal.hppFile · 0.70

Calls 1

setValMethod · 0.45

Tested by

no test coverage detected