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

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

#include <string>
#include <fstream>
#include <sstream>
#include "viennacl/forwards.h"
#include <vector>
#include <map>

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...
struct  enable_if< false, T >

Namespaces

namespace  viennacl

Detailed Description

Simple enable-if variant that uses the SFINAE pattern.