24template <std::derived_from<Command> Base,
typename CRTP>
33 std::make_unique<CRTP>(std::move(*
static_cast<CRTP*
>(
this))));
CommandPtr ToPtr() &&override
Definition CommandHelper.hpp:31
A wrapper around std::unique_ptr<Command> so commands have move-only semantics.
Definition CommandPtr.hpp:28
Definition CommandNiDsStadiaController.hpp:15