ViennaGrid - The Vienna Grid Library  2.1.0
Public Types
static_pair< FirstT, SecondT > Struct Template Reference

A static pair time. To be seen as the equivalent of std::pair<>, but for metaprogramming. More...

#include <utils.hpp>

Public Types

typedef FirstT first
typedef SecondT second

Detailed Description

template<typename FirstT, typename SecondT>
struct viennagrid::static_pair< FirstT, SecondT >

A static pair time. To be seen as the equivalent of std::pair<>, but for metaprogramming.


Member Typedef Documentation

typedef FirstT first
typedef SecondT second

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