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

Class _state_instance

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

Source from the content-addressed store, hash-verified

70
71 template<typename S>
72 struct _state_instance
73 {
74 using value_type = S;
75 using type = _state_instance<S>;
76 static S value;
77 };
78
79 template<typename S>
80 typename _state_instance<S>::value_type _state_instance<S>::value;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected