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

/external/eigen/Eigen/src/Core/util/
H A DMeta.h71 template <typename T> struct add_const { typedef const T type; }; struct in namespace:Eigen::internal
72 template <typename T> struct add_const<T&> { typedef T& type; }; struct in namespace:Eigen::internal
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dmetafunctions.cpp187 struct add_const { struct in namespace:TemplateTemplateApply
192 add_reference, add_pointer, add_const>::type,
201 add_const>::type,

Completed in 113 milliseconds