Home
last modified time | relevance | path

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

/third_party/boost/boost/compute/types/
Dsize_t.hpp27 template <> struct is_fundamental<size_t> : boost::true_type {}; struct
28 template <> struct is_fundamental<ptrdiff_t> : boost::true_type {}; struct
/third_party/boost/libs/compute/include/boost/compute/types/
Dsize_t.hpp27 template <> struct is_fundamental<size_t> : boost::true_type {}; struct
28 template <> struct is_fundamental<ptrdiff_t> : boost::true_type {}; struct
/third_party/boost/boost/type_traits/
Dis_fundamental.hpp19 template <class T> struct is_fundamental : public integral_constant<bool, __is_fundamental(T)> {}; struct
/third_party/boost/libs/compute/include/boost/compute/type_traits/
Dis_fundamental.hpp28 struct is_fundamental : public boost::false_type {}; struct
/third_party/boost/boost/compute/type_traits/
Dis_fundamental.hpp28 struct is_fundamental : public boost::false_type {}; struct