Synopsis

Declared in <absl/container/btree_map.h>

template<
    class K = key_type,
    int = EnableIf<LifetimeBoundK<K, false>>()>
mapped_type&
operator[](key_arg<K>&& k);

Created with MrDocs