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 |
Simple enable-if variant that uses the SFINAE pattern.
1.7.1