MCPcopy Create free account
hub / github.com/digint/tinyfsm / StateList

Class StateList

include/tinyfsm.hpp:209–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207 // --------------------------------------------------------------------------
208
209 template<typename... SS> struct StateList;
210 template<> struct StateList<> {
211 static void reset() { }
212 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected