Developer documentation

mmx::texp::vselect< k, A, B > Struct Template Reference

select a type base on condition V, V is assumed to be in { 0, 1 } More...

#include <texp_tests.hpp>

Public Types

typedef A T
 

Detailed Description

template<int k, class A, class B>
struct mmx::texp::vselect< k, A, B >

select a type base on condition V, V is assumed to be in { 0, 1 }

Member Typedef Documentation

template<int k, class A , class B >
typedef A mmx::texp::vselect< k, A, B >::T

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