HomeSort by relevance Sort by last modified time
    Searched defs:add_const (Results 1 - 2 of 2) sorted by null

  /external/eigen/Eigen/src/Core/util/
Meta.h 71 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/
metafunctions.cpp 187 struct add_const { struct in namespace:TemplateTemplateApply
192 add_reference, add_pointer, add_const>::type,
201 add_const>::type,

Completed in 504 milliseconds