MCPcopy Create free account
hub / github.com/OSGeo/gdal / GetMaxCount

Function GetMaxCount

gcore/gdalalgorithm_cpp.h:921–924  ·  view source on GitHub ↗

Return the maximum number of values for the argument. * Defaults to 1 for scalar types, and UNBOUNDED for list types. * Only applies to list type of arguments. */

Source from the content-addressed store, hash-verified

919 * Only applies to list type of arguments.
920 */
921 inline int GetMaxCount() const
922 {
923 return m_maxCount;
924 }
925
926 /** Returns whether in \--help message one should display hints about the
927 * minimum/maximum number of values. Defaults to true.

Callers 1

RunValidationActionsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected