Specializations of traits such as arbb::captured and arbb::uncaptured.
Classes | |
struct | arbb::captured< f32 > |
Identity mapping from a captured scalar type to itself. More... | |
struct | arbb::captured< f64 > |
Identity mapping from a captured scalar type to itself. More... | |
struct | arbb::captured< i8 > |
Identity mapping from a captured scalar type to itself. More... | |
struct | arbb::captured< i16 > |
Identity mapping from a captured scalar type to itself. More... | |
struct | arbb::captured< i32 > |
Identity mapping from a captured scalar type to itself. More... | |
struct | arbb::captured< i64 > |
Identity mapping from a captured scalar type to itself. More... | |
struct | arbb::captured< u8 > |
Identity mapping from a captured scalar type to itself. More... | |
struct | arbb::captured< u16 > |
Identity mapping from a captured scalar type to itself. More... | |
struct | arbb::captured< u32 > |
Identity mapping from a captured scalar type to itself. More... | |
struct | arbb::captured< u64 > |
Identity mapping from a captured scalar type to itself. More... | |
struct | arbb::captured< boolean > |
Identity mapping from a captured scalar type to itself. More... | |
struct | arbb::captured< isize > |
Identity mapping from a captured scalar type to itself. More... | |
struct | arbb::captured< usize > |
Identity mapping from a captured scalar type to itself. More... | |
struct | arbb::captured< float > |
Mapping from an uncaptured scalar type to a captured scalar type. More... | |
struct | arbb::captured< double > |
Mapping from an uncaptured scalar type to a captured scalar type. More... | |
struct | arbb::captured< char > |
Mapping from an uncaptured scalar type to a captured scalar type. More... | |
struct | arbb::captured< signed char > |
Mapping from an uncaptured scalar type to a captured scalar type. More... | |
struct | arbb::captured< signed short > |
Mapping from an uncaptured scalar type to a captured scalar type. More... | |
struct | arbb::captured< signed int > |
Mapping from an uncaptured scalar type to a captured scalar type. More... | |
struct | arbb::captured< signed long long > |
Mapping from an uncaptured scalar type to a captured scalar type. More... | |
struct | arbb::captured< unsigned char > |
Mapping from an uncaptured scalar type to a captured scalar type. More... | |
struct | arbb::captured< unsigned short > |
Mapping from an uncaptured scalar type to a captured scalar type. More... | |
struct | arbb::captured< unsigned int > |
Mapping from an uncaptured scalar type to a captured scalar type. More... | |
struct | arbb::captured< unsigned long long > |
Mapping from an uncaptured scalar type to a captured scalar type. More... | |
struct | arbb::captured< bool > |
Mapping from an uncaptured scalar type to a captured scalar type. More... | |
struct | arbb::uncaptured< f32 > |
Mapping from a captured scalar type to an uncaptured scalar type. More... | |
struct | arbb::uncaptured< f64 > |
Mapping from a captured scalar type to an uncaptured scalar type. More... | |
struct | arbb::uncaptured< i8 > |
Mapping from a captured scalar type to an uncaptured scalar type. More... | |
struct | arbb::uncaptured< i16 > |
Mapping from a captured scalar type to an uncaptured scalar type. More... | |
struct | arbb::uncaptured< i32 > |
Mapping from a captured scalar type to an uncaptured scalar type. More... | |
struct | arbb::uncaptured< i64 > |
Mapping from a captured scalar type to an uncaptured scalar type. More... | |
struct | arbb::uncaptured< u8 > |
Mapping from a captured scalar type to an uncaptured scalar type. More... | |
struct | arbb::uncaptured< u16 > |
Mapping from a captured scalar type to an uncaptured scalar type. More... | |
struct | arbb::uncaptured< u32 > |
Mapping from a captured scalar type to an uncaptured scalar type. More... | |
struct | arbb::uncaptured< u64 > |
Mapping from a captured scalar type to an uncaptured scalar type. More... | |
struct | arbb::uncaptured< boolean > |
Mapping from a captured scalar type to an uncaptured scalar type. More... | |
struct | arbb::uncaptured< isize > |
Mapping from a captured scalar type to an uncaptured scalar type. More... | |
struct | arbb::uncaptured< usize > |
Mapping from a captured scalar type to an uncaptured scalar type. More... | |
struct | arbb::uncaptured< float > |
Identity mapping from an uncaptured scalar type to itself. More... | |
struct | arbb::uncaptured< double > |
Identity mapping from an uncaptured scalar type to itself. More... | |
struct | arbb::uncaptured< char > |
Identity mapping from an uncaptured scalar type to itself. More... | |
struct | arbb::uncaptured< signed char > |
Identity mapping from an uncaptured scalar type to itself. More... | |
struct | arbb::uncaptured< signed short > |
Identity mapping from an uncaptured scalar type to itself. More... | |
struct | arbb::uncaptured< signed int > |
Identity mapping from an uncaptured scalar type to itself. More... | |
struct | arbb::uncaptured< signed long long > |
Identity mapping from an uncaptured scalar type to itself. More... | |
struct | arbb::uncaptured< unsigned char > |
Identity mapping from an uncaptured scalar type to itself. More... | |
struct | arbb::uncaptured< unsigned short > |
Identity mapping from an uncaptured scalar type to itself. More... | |
struct | arbb::uncaptured< unsigned int > |
Identity mapping from an uncaptured scalar type to itself. More... | |
struct | arbb::uncaptured< unsigned long long > |
Identity mapping from an uncaptured scalar type to itself. More... | |
struct | arbb::uncaptured< bool > |
Identity mapping from an uncaptured scalar type to itself. More... | |
struct | arbb::boolean_type< scalar< scalar_type > > |
Boolean type corresponding to a captured scalar type. More... | |
struct | arbb::compare_type< scalar< scalar_type > > |
Return type of compare() corresponding to a captured scalar type. More... |
Copyright © 2010, Intel Corporation. All rights reserved.