Home
last modified time | relevance | path

Searched defs:decode_cv (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/function_types/
Dcomponents.hpp323 template<typename T> struct decode_cv<T,1> : mpl::identity<T *> {}; struct
324 template<typename T> struct decode_cv<T,2> : mpl::identity<T const *> {}; struct
325 template<typename T> struct decode_cv<T,3> : mpl::identity<T volatile *> {}; struct
326 template<typename T> struct decode_cv<T,4> struct