Molassembler  2.0.1
Molecule graph and conformer library
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
TupleTypePairs.h File Reference

Pass pairs of types contained in a tuple type to template functions. More...

Include dependency graph for TupleTypePairs.h:

Go to the source code of this file.

Namespaces

 Scine::Molassembler
 Central library namespace.
 
 Scine::Molassembler::Temple
 Template shorthands, optimizers and constexpr data types.
 
 Scine::Molassembler::Temple::Tuples
 template metaprogramming metafunctions on tuple types
 

Functions

template<typename TupleType , template< typename...> class TemplateFunction>
constexpr auto Scine::Molassembler::Temple::Tuples::mapAllPairs ()
 Map all pairs of types in a tuple typedefs into a template function. More...
 

Detailed Description

Pass pairs of types contained in a tuple type to template functions.