MEL
Microthread & Execution library
mel::mpl::Conversion< T, U > Struct Template Reference

#include <Conversion.h>

Public Types

enum  { exists =(sizeof( Test(x) )== sizeof(Small) ) }
 

Detailed Description

template<class T, class U>
struct mel::mpl::Conversion< T, U >

utility to see in compile-time if one class can be converted in another usage: Conversion<T1,T2>::exists --> if T1 can be converted in T2


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