isKeyValuePaired abstract method
Checks if this class represents a key-value pair type.
Returns:
true
for Map and Map-like typesfalse
for other collection types
Implementation
bool isKeyValuePaired();
Checks if this class represents a key-value pair type.
Returns:
true
for Map and Map-like typesfalse
for other collection typesbool isKeyValuePaired();