VisionCpp  0.0.1
visioncpp::internal::tools::tuple::Tuple< Ts > Struct Template Reference

The tuple is a fixed-size collection of heterogeneous values. More...

#include <tuple.hpp>

Inheritance diagram for visioncpp::internal::tools::tuple::Tuple< Ts >:
Collaboration diagram for visioncpp::internal::tools::tuple::Tuple< Ts >:

Detailed Description

template<class... Ts>
struct visioncpp::internal::tools::tuple::Tuple< Ts >

The tuple is a fixed-size collection of heterogeneous values.

Template Parameters
Ts...- the types of the elements that the tuple stores. Empty list is supported.

Definition at line 48 of file tuple.hpp.


The documentation for this struct was generated from the following file: