Provides bio::meta::pod_tuple. More...
Go to the source code of this file.
Classes | |
struct | bio::meta::pod_tuple< types > |
Behaves like std::tuple but is an aggregate PODType. More... | |
struct | bio::meta::pod_tuple< type0 > |
Recursion anchor for pod_tuple. More... | |
struct | bio::meta::pod_tuple< type0, types... > |
Behaves like std::tuple but is an aggregate PODType. More... | |
struct | std::tuple_element< i, t< types... > > |
Obtains the type of the specified element. More... | |
struct | std::tuple_size< t< types... > > |
Provides access to the number of elements in a tuple as a compile-time constant expression. More... | |
Namespaces | |
namespace | bio |
The main BioC++ namespace. | |
namespace | bio::meta |
The Meta module's namespace. | |
Provides bio::meta::pod_tuple.