Define FUSE_CONSTRAINT_TYPE_DEFINITION
Defined in File constraint.hpp
Define Documentation
-
FUSE_CONSTRAINT_TYPE_DEFINITION(...)
Implements the type() member function using the suggested implementation.
Also creates a static detail::type() function that may be used without an object instance
Usage:
class Derived : public Constraint { public: FUSE_CONSTRAINT_TYPE_DEFINITION(Derived) // The rest of the derived constraint implementation }