3#include "vipra/vipra_behaviors/targets/target.hpp"
4#include "vipra/vipra_behaviors/util/class_types.hpp"
6namespace VIPRA::Behaviors {
17 inline auto operator()(
auto ,
Self self) ->
Target
Struct for explicitly targeting the self.
Definition target.hpp:27
Returns the target that calls this.
Definition target_self.hpp:12
Holds information about what to target.
Definition target.hpp:18