Searched defs:ImmutableMap (Results 1 – 2 of 2) sorted by relevance
25 template <typename K, typename D, typename I> class ImmutableMap; variable
79 explicit ImmutableMap(const TreeTy* R) : Root(const_cast<TreeTy*>(R)) { in ImmutableMap() function82 ImmutableMap(const ImmutableMap &X) : Root(X.Root) { in ImmutableMap() function211 friend class ImmutableMap; variable