![]() |
Quetzal-CoaTL
The Coalescence Template Library
|
#include <quetzal/expressive/expressive.hpp>
Transforms literals into operator friendly classes.
Transforms a literal object into operator friendly class, allowing it to be composed into a more complex expression using mathematical operators with others expressive objects having compatible callable interface.
T | the literal type |
Args | the callable interface arguments to which the literal should be transformed |
Public Member Functions | |
template<typename T > | |
constexpr auto | operator() (T t) |