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

Function GetMinCount

gcore/gdalalgorithm_cpp.h:912–915  ·  view source on GitHub ↗

Return the minimum number of values for the argument. Defaults to 0. * Only applies to list type of arguments. */

Source from the content-addressed store, hash-verified

910 * Only applies to list type of arguments.
911 */
912 inline int GetMinCount() const
913 {
914 return m_minCount;
915 }
916
917 /** Return the maximum number of values for the argument.
918 * Defaults to 1 for scalar types, and UNBOUNDED for list types.

Callers 1

RunValidationActionsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected