Home
last modified time | relevance | path

Searched defs:RemoveConst (Results 1 - 1 of 1) sorted by relevance

/third_party/protobuf/src/google/protobuf/stubs/
H A Dmap_util.h49 template <class T> struct RemoveConst { typedef T type; }; struct
50 template <class T> struct RemoveConst<const T> : RemoveConst<T> {}; struct

Completed in 3 milliseconds