10using ExecutionCommand = smallfun::function<
17 std::max((
int)8, (
int)std::max(
alignof(std::function<
void()>),
alignof(
double))),
18 smallfun::Methods::Move>;
20using GCCommand = smallfun::function<
27 std::max((
int)8, (int)std::max(
alignof(std::function<
void()>),
alignof(double))),
28 smallfun::Methods::Move>;
Components used for the execution of a score.
Definition ProcessComponent.cpp:14