template<typename tag, typename... tags>
tk::grm::action<Store<tag, tags...>> struct

Put value in state at position given by tags with conversion

This struct and its apply function are used as a functor-like wrapper for calling the store member function of the underlying grammar stack, tk::Control::store.