tess 0.4.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:236

Detailed Description

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