Home
last modified time | relevance | path

Searched defs:remove_const (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/basebmp/test/
H A Dbmpdemo.cxx218 template <typename T> struct remove_const struct
220 typedef T type;
222 template <typename T> struct remove_const<const T> struct
224 typedef T type;
/trunk/main/basebmp/inc/basebmp/
H A Dmetafunctions.hxx61 template <typename T> struct remove_const struct
63 typedef T type;
65 template <typename T> struct remove_const<const T> struct
67 typedef T type;

Completed in 19 milliseconds