8class SubConditionEnter {
9 NON_DEFAULT_CONSTRUCTIBLE(SubConditionEnter)
10 COPYABLE(SubConditionEnter)
11 MOVEABLE(SubConditionEnter)
14 explicit SubConditionEnter(VIPRA::idx location) : _location{location} {}
16 void operator()(
Simpack pack,
const VIPRA::idxVec& peds,
17 std::vector<Target>
const& targets, std::vector<bool>& met,
18 std::vector<bool>
const& , BoolOp );
24 std::vector<bool> _entered;