tess 1.0.0
Performance-first tile and path simulation substrate
Loading...
Searching...
No Matches
tess::movement::HasPassableSpan Concept Reference

Checks whether a movement class advertises the exact field-span fast path. More...

#include <tess/topology/movement_class.h>

Concept definition

template<typename C>
concept HasPassableSpan = requires { typename C::passable_tag; }
Checks whether a movement class advertises the exact field-span fast path.
Definition movement_class.h:271

Detailed Description

Checks whether a movement class advertises the exact field-span fast path.