Home | History | Annotate | Download | only in Reactor

Lines Matching full:arg0

2493 	template<typename Arg0, typename... Arguments>
2494 struct ArgI<0, Arg0, Arguments...>
2496 typedef Arg0 Type;
2499 template<unsigned int index, typename Arg0, typename... Arguments>
2500 struct ArgI<index, Arg0, Arguments...>