basix_doc 0.1
pair< C1, C2 > Class Template Reference

#include <pair.hpp>

List of all members.

Public Member Functions

Public Attributes


Detailed Description

template<typename C1, typename C2>
class mmx::pair< C1, C2 >

Examples:

table_test.cpp.

Definition at line 25 of file pair.hpp.


Constructor & Destructor Documentation

pair ( ) [inline]

Definition at line 30 of file pair.hpp.

{}
pair ( const format< C1 > &  fm1,
const format< C2 > &  fm2 
) [inline]

Definition at line 31 of file pair.hpp.

                                                            :
    x1 (get_sample (fm1)), x2 (get_sample (fm2)) {}
pair ( const C1 &  x1b,
const C2 x2b 
) [inline]

Definition at line 33 of file pair.hpp.

: x1 (x1b), x2 (x2b) {}

Member Data Documentation

C1 x1

Definition at line 28 of file pair.hpp.

Referenced by binary_helper< table< C, T, V > >::assemble(), and mmx::unary_hash().

C2 x2

Definition at line 29 of file pair.hpp.

Referenced by binary_helper< table< C, T, V > >::assemble(), and mmx::unary_hash().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines