Classes |
struct | cuv::other_memory_layout< T > |
| converts from column to row-major and vice versa More...
|
struct | cuv::other_memory_layout< column_major > |
| specialisation: converts from column to row-major More...
|
struct | cuv::other_memory_layout< row_major > |
| specialisation: converts from row to column-major More...
|
struct | cuv::other_memory_space< T > |
| converts from dev to host memory space and vice versa More...
|
struct | cuv::other_memory_space< dev_memory_space > |
| specialisation: converts from dev_memory_space to host_memory_space More...
|
struct | cuv::other_memory_space< host_memory_space > |
| specialisation: converts from host_memory_space to dev_memory_space More...
|
struct | cuv::FalseType |
| defines "False" More...
|
struct | cuv::TrueType |
| defines "True" More...
|
struct | cuv::IsSame< T1, T2 > |
| Checks whether two types are equal. More...
|
struct | cuv::IsSame< T, T > |
struct | cuv::IsDifferent< T1, T2 > |
| Checks whether two types are different. More...
|
struct | cuv::IsDifferent< T, T > |
struct | cuv::unconst< T > |
| Remove "const" from a type. More...
|
struct | cuv::unconst< const T > |
struct | cuv::If< Condition, Then, Else > |
| Switch result depending on Condition. More...
|
struct | cuv::If< false, Then, Else > |
struct | cuv::EnableIfC< B, T > |
| enable-if controlled creation of SFINAE conditions More...
|
struct | cuv::EnableIfC< false, T > |
struct | cuv::EnableIf< Cond, T > |
struct | cuv::DisableIf< Cond, T > |