![]() |
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 149 of file ntuples_full.h.
using data_t = T1 |
Definition at line 180 of file ntuples_full.h.
using struct_maker = T2 |
Definition at line 179 of file ntuples_full.h.
|
inlineconstexpr |
Definition at line 151 of file ntuples_full.h.
|
inlineconstexpr |
Definition at line 152 of file ntuples_full.h.
|
inline |
Definition at line 187 of file ntuples_full.h.
|
inline |
Definition at line 182 of file ntuples_full.h.
|
inlineconstexpr |
Definition at line 160 of file ntuples_full.h.
|
inlineconstexpr |
Definition at line 157 of file ntuples_full.h.
Definition at line 173 of file ntuples_full.h.
|
inlineconstexpr |
Definition at line 166 of file ntuples_full.h.
|
inlineconstexpr |
Definition at line 154 of file ntuples_full.h.
|
inlineconstexpr |
Definition at line 161 of file ntuples_full.h.
|
inlineconstexpr |
Definition at line 153 of file ntuples_full.h.
|
friend |
Definition at line 211 of file ntuples_full.h.
|
friend |
Definition at line 257 of file ntuples_full.h.
|
friend |
Definition at line 262 of file ntuples_full.h.
Definition at line 193 of file ntuples_full.h.
|
friend |
Definition at line 228 of file ntuples_full.h.
|
friend |
Definition at line 232 of file ntuples_full.h.
|
friend |
Definition at line 287 of file ntuples_full.h.
|
friend |
Definition at line 199 of file ntuples_full.h.
|
friend |
Definition at line 237 of file ntuples_full.h.
|
friend |
Definition at line 242 of file ntuples_full.h.
|
friend |
Definition at line 205 of file ntuples_full.h.
|
friend |
Definition at line 247 of file ntuples_full.h.
|
friend |
Definition at line 252 of file ntuples_full.h.
Definition at line 223 of file ntuples_full.h.
|
friend |
Definition at line 277 of file ntuples_full.h.
|
friend |
Definition at line 282 of file ntuples_full.h.
|
friend |
Definition at line 217 of file ntuples_full.h.
|
friend |
Definition at line 267 of file ntuples_full.h.
|
friend |
Definition at line 272 of file ntuples_full.h.
T1 v = {} |
Definition at line 150 of file ntuples_full.h.