Lolly 1.4.28
|
#include <ntuple.hpp>
Public Member Functions | |
pair (const pair &p) | |
pair (const T1 &y1, const T2 &y2) | |
pair & | operator= (const pair &p) |
bool | operator== (const pair &p) |
bool | operator!= (const pair &p) |
Public Attributes | |
T1 | x1 |
T2 | x2 |
Definition at line 16 of file ntuple.hpp.
Definition at line 20 of file ntuple.hpp.
Definition at line 21 of file ntuple.hpp.
Definition at line 18 of file ntuple.hpp.
Definition at line 19 of file ntuple.hpp.