Provides a Tuple class which can apply its contents as function parameters. More...
Go to the source code of this file.
Classes | |
class | RC::Tuple< Types > |
An efficient Tuple class with Set, Get, and an Apply function to pass the tuple contents on to any function. More... | |
Namespaces | |
RC | |
Functions | |
template<class... Types> | |
Tuple< Types... > | RC::MakeTuple (Types... types) |
A convenience generator to make a Tuple from the given elements with type inference. | |
Provides a Tuple class which can apply its contents as function parameters.