Public Types

enable_if< b, T > Struct Template Reference

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

#include <enable_if.hpp>

Public Types

typedef T type

Detailed Description

template<bool b, class T = void>
struct viennacl::enable_if< b, T >

Simple enable-if variant that uses the SFINAE pattern.


Member Typedef Documentation

typedef T type

The documentation for this struct was generated from the following file: