BioC++ core-0.7.0
The Modern C++ libraries for Bioinformatics.
 
Loading...
Searching...
No Matches
pod_tuple.hpp File Reference

Provides bio::meta::pod_tuple. More...

#include <tuple>
#include <type_traits>
#include <bio/meta/type_list/traits.hpp>
+ Include dependency graph for pod_tuple.hpp:
+ This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Provides bio::meta::pod_tuple.

Author
Hannes Hauswedell <hannes.hauswedell AT decode.is>