i have some types that are just a wrapper around vector, map, etc
i thought just passing through cbegin/cend/begin/end/at/operator[] key_type and value_type would be enough but it doesn't seem to be
the internal collection member is private so i can't just passthrough that one via a lambda
i have some types that are just a wrapper around vector, map, etc
i thought just passing through cbegin/cend/begin/end/at/operator[] key_type and value_type would be enough but it doesn't seem to be
the internal collection member is private so i can't just passthrough that one via a lambda