SeExpr
SeExpr2::static_if< false, T1, T2 > Struct Template Reference

Static conditional type false case. More...

#include <Vec.h>

Public Types

typedef T2 TYPE
 
typedef T1 TYPE
 

Detailed Description

template<class T1, class T2>
struct SeExpr2::static_if< false, T1, T2 >

Static conditional type false case.

Definition at line 64 of file Vec.h.

Member Typedef Documentation

◆ TYPE [1/2]

typedef T1 SeExpr2::static_if< c, T1, T2 >::TYPE

Definition at line 60 of file Vec.h.

◆ TYPE [2/2]

template<class T1, class T2>
typedef T2 SeExpr2::static_if< false, T1, T2 >::TYPE

Definition at line 65 of file Vec.h.


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