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

Method defaultProvided

pdal/util/ProgramArgs.hpp:233–234  ·  view source on GitHub ↗

Return whether a default value was provided for the argument. \return Whether a default was provided. */

Source from the content-addressed store, hash-verified

231 \return Whether a default was provided.
232 */
233 virtual bool defaultProvided() const
234 { return false; }
235 /**
236 Return a string representation of an Arg's default value, or an
237 empty string if none exists.

Callers 2

dump2Method · 0.45
dump3Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected