NABLA  Nabla Ain't Basic Linear Algebra
Public Member Functions | Public Attributes | Private Member Functions | List of all members
pair_const_ref< expr1, expr2 > Struct Template Reference

Pair of references. More...

Public Member Functions

 pair_const_ref (const expr1 &a, const expr2 &b)
 Constructor.

Public Attributes

const expr1 & first
 Reference to the first object.
const expr2 & second
 Reference to the second object.

Private Member Functions

pair_const_refoperator= (const pair_const_ref &)
 Inaccessible copy assignment operator.

Detailed Description

template<typename expr1, typename expr2>
struct nabla::util::pair_const_ref< expr1, expr2 >

Pair of references.

Definition at line 4125 of file matrix.h.


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