OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
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.
 

Member Typedef Documentation

◆ Type

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

Enable-if type for SFINAE dummy variables.

Definition at line 862 of file util_type.cuh.


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