StringMap<V> constructor

const StringMap<V>(
  1. Cast<V> value
)

Implementation

const StringMap(Cast<V> value) : _value = value;