Home
last modified time | relevance | path

Searched refs:false_type (Results 1 – 1 of 1) sorted by relevance

/CafeSDK-2.12.13/system/include/nn/util/
Dutil_TypeTraits.h25 typedef integral_constant<bool, false> false_type; typedef
149 struct is_void_impl : public false_type {};
154 struct is_integral_impl : public false_type {};
170 template <class T> struct is_pointer_impl : public false_type {};
174 struct is_floating_point_impl : public false_type {};
308 struct is_same : public false_type {};