33#ifndef DART_COMMON_REQUIRESASPECT_HPP_
34#define DART_COMMON_REQUIRESASPECT_HPP_
47template <
class... OtherRequiredAspects>
51template <
class ReqAspect>
63template <
class ReqAspect1,
class... OtherReqAspects>
66 Virtual< RequiresAspect<OtherReqAspects...> > > { };
Terminator for the variadic template.
Definition CompositeJoiner.hpp:45
RequiresAspect allows classes that inherit Composite to know which Aspects are required for their ope...
Definition RequiresAspect.hpp:48
Declaration of the variadic template.
Definition SpecializedForAspect.hpp:46
Definition BulletCollisionDetector.cpp:63