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

Method defaultVal

pdal/util/ProgramArgs.hpp:241–242  ·  view source on GitHub ↗

Return a string representation of an Arg's default value, or an empty string if none exists. \return Default value as a string. */

Source from the content-addressed store, hash-verified

239 \return Default value as a string.
240 */
241 virtual std::string defaultVal() const
242 { return std::string(); }
243
244public:
245 /**

Callers 2

dump2Method · 0.45
dump3Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected