Belle II Software development
|
Public Types | |
using | struct_maker = T2 |
using | data_t = T1 |
Public Member Functions | |
constexpr | ax_type (T1 t1) |
constexpr ax_type | operator= (T1 &&t1) const |
constexpr ax_type | operator= (const T1 &t1) const |
template<typename T_IN > | |
constexpr ax_type | operator() (T_IN &&t1) const |
template<typename T_IN > | |
constexpr ax_type | operator() (const T_IN &t1) const |
constexpr ax_type | operator= (T1 &&t1) |
constexpr ax_type & | operator= (const T1 &t1) |
template<typename T > | |
constexpr ax_type & | operator= (const ax_type< T1, T > &t1) |
operator T1 () | |
operator const T1 () const | |
Public Attributes | |
T1 | v = {} |
Friends | |
template<typename T_RHS > | |
constexpr bool | operator< (const ax_type &lhs, const ax_type< T1, T_RHS > &rhs) |
template<typename T_RHS > | |
constexpr bool | operator<= (const ax_type &lhs, const ax_type< T1, T_RHS > &rhs) |
template<typename T_RHS > | |
constexpr bool | operator== (const ax_type &lhs, const ax_type< T1, T_RHS > &rhs) |
template<typename T_RHS > | |
constexpr bool | operator!= (const ax_type &lhs, const ax_type< T1, T_RHS > &rhs) |
template<typename T_RHS > | |
constexpr bool | operator>= (const ax_type &lhs, const ax_type< T1, T_RHS > &rhs) |
template<typename T_RHS > | |
constexpr bool | operator> (const ax_type &lhs, const ax_type< T1, T_RHS > &rhs) |
constexpr bool | operator< (const ax_type &lhs, const T1 &rhs) |
constexpr bool | operator< (const T1 lhs, const ax_type &rhs) |
constexpr bool | operator<= (const ax_type &lhs, const T1 &rhs) |
constexpr bool | operator<= (const T1 &lhs, const ax_type &rhs) |
constexpr bool | operator== (const ax_type &lhs, const T1 &rhs) |
constexpr bool | operator== (const T1 &lhs, const ax_type &rhs) |
constexpr bool | operator!= (const ax_type &lhs, const T1 &rhs) |
constexpr bool | operator!= (const T1 &lhs, const ax_type &rhs) |
constexpr bool | operator>= (const ax_type &lhs, const T1 &rhs) |
constexpr bool | operator>= (const T1 &lhs, const ax_type &rhs) |
constexpr bool | operator> (const ax_type &lhs, const T1 &rhs) |
constexpr bool | operator> (const T1 &lhs, const ax_type &rhs) |
std::ostream & | operator<< (std::ostream &out, const ax_type &self) |
Definition at line 51 of file ntuples_full.h.
using data_t = T1 |
Definition at line 82 of file ntuples_full.h.
using struct_maker = T2 |
Definition at line 81 of file ntuples_full.h.
|
inlineconstexpr |
Definition at line 53 of file ntuples_full.h.
|
inlineconstexpr |
Definition at line 54 of file ntuples_full.h.
|
inline |
Definition at line 89 of file ntuples_full.h.
|
inline |
Definition at line 84 of file ntuples_full.h.
|
inlineconstexpr |
Definition at line 62 of file ntuples_full.h.
|
inlineconstexpr |
Definition at line 59 of file ntuples_full.h.
Definition at line 75 of file ntuples_full.h.
|
inlineconstexpr |
Definition at line 68 of file ntuples_full.h.
|
inlineconstexpr |
Definition at line 56 of file ntuples_full.h.
|
inlineconstexpr |
Definition at line 63 of file ntuples_full.h.
|
inlineconstexpr |
Definition at line 55 of file ntuples_full.h.
|
friend |
Definition at line 113 of file ntuples_full.h.
|
friend |
Definition at line 165 of file ntuples_full.h.
|
friend |
Definition at line 170 of file ntuples_full.h.
Definition at line 95 of file ntuples_full.h.
|
friend |
Definition at line 133 of file ntuples_full.h.
|
friend |
Definition at line 137 of file ntuples_full.h.
|
friend |
Definition at line 198 of file ntuples_full.h.
|
friend |
Definition at line 101 of file ntuples_full.h.
|
friend |
Definition at line 143 of file ntuples_full.h.
|
friend |
Definition at line 148 of file ntuples_full.h.
|
friend |
Definition at line 107 of file ntuples_full.h.
|
friend |
Definition at line 154 of file ntuples_full.h.
|
friend |
Definition at line 159 of file ntuples_full.h.
Definition at line 125 of file ntuples_full.h.
|
friend |
Definition at line 187 of file ntuples_full.h.
|
friend |
Definition at line 192 of file ntuples_full.h.
|
friend |
Definition at line 119 of file ntuples_full.h.
|
friend |
Definition at line 176 of file ntuples_full.h.
|
friend |
Definition at line 181 of file ntuples_full.h.
T1 v = {} |
Definition at line 52 of file ntuples_full.h.