![]() |
Belle II Software release-09-00-01
|
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 151 of file ntuples_full.h.
using data_t = T1 |
Definition at line 182 of file ntuples_full.h.
using struct_maker = T2 |
Definition at line 181 of file ntuples_full.h.
|
inlineconstexpr |
Definition at line 153 of file ntuples_full.h.
|
inlineconstexpr |
Definition at line 154 of file ntuples_full.h.
|
inline |
Definition at line 189 of file ntuples_full.h.
|
inline |
Definition at line 184 of file ntuples_full.h.
|
inlineconstexpr |
Definition at line 162 of file ntuples_full.h.
|
inlineconstexpr |
Definition at line 159 of file ntuples_full.h.
Definition at line 175 of file ntuples_full.h.
|
inlineconstexpr |
Definition at line 168 of file ntuples_full.h.
|
inlineconstexpr |
Definition at line 156 of file ntuples_full.h.
|
inlineconstexpr |
Definition at line 163 of file ntuples_full.h.
|
inlineconstexpr |
Definition at line 155 of file ntuples_full.h.
|
friend |
Definition at line 213 of file ntuples_full.h.
|
friend |
Definition at line 265 of file ntuples_full.h.
|
friend |
Definition at line 270 of file ntuples_full.h.
Definition at line 195 of file ntuples_full.h.
|
friend |
Definition at line 233 of file ntuples_full.h.
|
friend |
Definition at line 237 of file ntuples_full.h.
|
friend |
Definition at line 298 of file ntuples_full.h.
|
friend |
Definition at line 201 of file ntuples_full.h.
|
friend |
Definition at line 243 of file ntuples_full.h.
|
friend |
Definition at line 248 of file ntuples_full.h.
|
friend |
Definition at line 207 of file ntuples_full.h.
|
friend |
Definition at line 254 of file ntuples_full.h.
|
friend |
Definition at line 259 of file ntuples_full.h.
Definition at line 225 of file ntuples_full.h.
|
friend |
Definition at line 287 of file ntuples_full.h.
|
friend |
Definition at line 292 of file ntuples_full.h.
|
friend |
Definition at line 219 of file ntuples_full.h.
|
friend |
Definition at line 276 of file ntuples_full.h.
|
friend |
Definition at line 281 of file ntuples_full.h.
T1 v = {} |
Definition at line 152 of file ntuples_full.h.