OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:type_traits_detail
(Results
1 - 5
of
5
) sorted by null
/external/opencv3/modules/core/include/opencv2/core/cuda/
type_traits.hpp
46
#include "detail/
type_traits_detail
.hpp"
58
enum {value =
type_traits_detail
::IsIntegral<T>::value ||
type_traits_detail
::IsFloat<T>::value ||
59
type_traits_detail
::PointerTraits<typename
type_traits_detail
::ReferenceTraits<T>::type>::value};
64
typedef typename
type_traits_detail
::UnConst<T>::type NonConstType;
65
typedef typename
type_traits_detail
::UnVolatile<T>::type NonVolatileType;
66
typedef typename
type_traits_detail
::UnVolatile<typename
type_traits_detail
::UnConst<T>::type>::type UnqualifiedType;
67
typedef typename
type_traits_detail
::PointerTraits<UnqualifiedType>::type PointeeType
[
all
...]
/external/opencv3/modules/cudev/include/opencv2/cudev/util/
type_traits.hpp
130
typedef typename
type_traits_detail
::UnConst<T>::type non_const_type;
131
typedef typename
type_traits_detail
::UnVolatile<T>::type non_volatile_type;
132
typedef typename
type_traits_detail
::UnVolatile<typename
type_traits_detail
::UnConst<T>::type>::type unqualified_type;
133
typedef typename
type_traits_detail
::PointerTraits<unqualified_type>::type pointee_type;
134
typedef typename
type_traits_detail
::ReferenceTraits<T>::type referred_type;
136
enum { is_const =
type_traits_detail
::UnConst<T>::value };
137
enum { is_volatile =
type_traits_detail
::UnVolatile<T>::value };
139
enum { is_reference =
type_traits_detail
::ReferenceTraits<unqualified_type>::value };
140
enum { is_pointer =
type_traits_detail
::PointerTraits<typename type_traits_detail::ReferenceTraits<unqualified_type>::type>::value }
[
all
...]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
add_rvalue_reference.hpp
36
namespace
type_traits_detail
{
namespace in namespace:boost
53
typedef typename boost::
type_traits_detail
::add_rvalue_reference_helper
59
BOOST_TT_AUX_TYPE_TRAIT_DEF1(add_rvalue_reference,T,typename boost::
type_traits_detail
::add_rvalue_reference_imp<T>::type)
/external/opencv3/modules/core/include/opencv2/core/cuda/detail/
type_traits_detail.hpp
53
namespace
type_traits_detail
namespace in namespace:cv::cuda::device
186
} // namespace
type_traits_detail
/external/opencv3/modules/cudev/include/opencv2/cudev/util/detail/
type_traits.hpp
53
namespace
type_traits_detail
namespace in namespace:cv::cudev
Completed in 285 milliseconds