MEL
Microthread & Execution library
mel::mpl::StaticAssert< b > Struct Template Reference

#include <StaticAssert.h>

Public Member Functions

 StaticAssert (...)
 
void dummy ()
 

Detailed Description

template<bool b>
struct mel::mpl::StaticAssert< b >

assert equivalent but in compiletime usage: MPL_STATIC_ASSERT( condition,errormsg) Error message is not a quoted string Example: MPL_STATIC_ASSERT( mel::mpl::isSame<int,float>::result,NotSameType)

Member Function Documentation

◆ dummy()

template<bool b>
void mel::mpl::StaticAssert< b >::dummy ( )
inline
Note
: stupid dummy method to avoid unused entity warnings from clang

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