Searched defs:SeqState (Results 1 – 1 of 1) sorted by relevance
67 struct SeqState { struct69 using PriorState = SeqState<Traits, I - 1, Fs...>; argument71 explicit SeqState(std::tuple<Fs*...> fs) in SeqState() argument77 SeqState(SeqState&& other) noexcept in SeqState() function83 SeqState(const SeqState& other) : next_factory(other.next_factory) { in SeqState() argument88 ~SeqState() {} in ~SeqState() argument94 using Types = SeqStateTypes< argument108 // Partial specialization of SeqState above for the first state - it has no argument