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

Function GetMinCharCount

gcore/gdalalgorithm_cpp.h:889–892  ·  view source on GitHub ↗

Return the minimum number of characters (for arguments of type * GAAT_STRING and GAAT_STRING_LIST) */

Source from the content-addressed store, hash-verified

887 * GAAT_STRING and GAAT_STRING_LIST)
888 */
889 inline int GetMinCharCount() const
890 {
891 return m_minCharCount;
892 }
893
894 /** Return the maximum number of characters (for arguments of type
895 * GAAT_STRING and GAAT_STRING_LIST)

Callers 1

RunValidationActionsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected