![]() |
Public API Reference |
![]() |
A tuple (fixed size collection of elements) More...
Go to the source code of this file.
Classes | |
class | csTuple2< First, Second > |
A two length tuple (fixed size collection of elements) Tuples are typically used for quickly bounding grouped values around with a low overhead. More... | |
Functions | |
template<typename First , typename Second > | |
csTuple2< First, Second > | MakeTuple (First first, Second second) |
Convenience function to create a csTuple2 from 2 types. |
A tuple (fixed size collection of elements)
Definition in file tuple.h.