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

Function setValue

pdal/Metadata.hpp:166–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164
165 template <typename T>
166 inline void setValue(const T& t)
167 {
168 m_type = "unknown";
169 m_value = Utils::toString(t);
170 }
171
172 template <std::size_t N>
173 inline void setValue(const char(& c)[N]);

Callers 2

assignPositionalMethod · 0.85
assignPositionalMethod · 0.85

Calls 1

toStringFunction · 0.50

Tested by

no test coverage detected