10using ExecutionCommand = smallfun::function<
12#if defined(_MSC_VER) && !defined(NDEBUG)
17 std::max((
int)8, (
int)std::max(
alignof(std::function<
void()>),
alignof(
double))),
18 smallfun::Methods::Move>;
20using GCCommand = smallfun::function<
22#if defined(_MSC_VER) && !defined(NDEBUG)
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:12