Lagrange
StaticAssertableBool< Args > Struct Template Reference

Compilers might complain about static_assert(false, ""). More...

#include <lagrange/common.h>

Static Public Attributes

static constexpr bool False = false
 
static constexpr bool True = true
 

Detailed Description

template<typename... Args>
struct lagrange::StaticAssertableBool< Args >

Compilers might complain about static_assert(false, "").

If you have a template function, you can use static_assert(StaticAssertableBool<T>::False, "") instead.


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