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

Method defaultVal

pdal/util/ProgramArgs.hpp:491–492  ·  view source on GitHub ↗

Return a string representation of an Arg's default value. \return Default value as a string. */

Source from the content-addressed store, hash-verified

489 \return Default value as a string.
490 */
491 virtual std::string defaultVal() const
492 { return Utils::toString(m_defaultVal); }
493
494private:
495 T& m_var;

Callers

nothing calls this directly

Calls 1

toStringFunction · 0.70

Tested by

no test coverage detected