OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
cub::EnableIf< Condition, T > Struct Template Reference

Simple enable-if (similar to Boost) More...

Detailed Description

template<bool Condition, class T = void>
struct cub::EnableIf< Condition, T >

Simple enable-if (similar to Boost)

Definition at line 859 of file util_type.cuh.

Public Types

typedef T Type
 Enable-if type for SFINAE dummy variables.
 

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