Searched defs:removeConst (Results 1 – 1 of 1) sorted by relevance
21 static constexpr removeConst<TYPE>::type getValue() { return DEFAULT; } \ argument 18 template <typename T> struct removeConst { global() struct