pixled-lib
1.0
|
#include <function.h>
Static Public Attributes | |
static constexpr bool | value |
Checks if the specified type T is a pixled::Function.
Can be used to easily generate SFINAE condition for operator overloading (see pixled/arithmetic/arithmetic.h).
T | type to check |
|
staticconstexpr |
True iff a type R exists such as T implements base::Function<R>, i.e. base::PixledFunctionTrait is a base of T.