ViennaCL - The Vienna Computing Library  1.5.2
Data Structures | Namespaces
viennacl/meta/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

namespace  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.