ViennaCL - The Vienna Computing Library  1.5.2
Data Structures | Namespaces
enable_if.hpp File Reference

Simple enable-if variant that uses the SFINAE pattern. More...

Go to the source code of this file.

Data Structures

struct  enable_if< b, T >
 Simple enable-if variant that uses the SFINAE pattern. More...
 

Namespaces

 viennacl
 Main namespace in ViennaCL. Holds all the basic types such as vector, matrix, etc. and defines operations upon them.
 

Detailed Description

Simple enable-if variant that uses the SFINAE pattern.