YODA::Bin< 3, T, BinningT > Class Template Reference CRTP specialisation in 3D. More...
Inheritance diagram for YODA::Bin< 3, T, BinningT >:
Detailed Descriptiontemplate<typename T, typename BinningT> class YODA::Bin< 3, T, BinningT > CRTP specialisation in 3D. Member Typedef Documentation◆ axisEdgeT
template<typename T , typename BinningT >
template<size_t axisNum>
◆ BaseT [1/2]◆ BaseT [2/2]
template<typename T , typename BinningT >
Constructor & Destructor Documentation◆ Bin()
template<typename T , typename BinningT >
Member Function Documentation◆ operator=() [1/4]
template<typename T , typename BinningT >
Assignment operator of an rvalue content type.
Definition at line 128 of file Bin.h. 128 {
129 //BaseT::operator=(std::forward<BaseT>(rhs));
130 BaseT::operator=(std::move(rhs));
131 return *this;
132 }
BinBase & operator=(BaseT &&rhs) noexcept Assignment operator of an rvalue content type. Definition Bin.h:128 ◆ operator=() [2/4]
template<typename T , typename BinningT >
Move assignment operator.
◆ operator=() [3/4]
template<typename T , typename BinningT >
Assignment operator of a content type. ◆ operator=() [4/4]
template<typename T , typename BinningT >
Copy assignment operator.
The documentation for this class was generated from the following file:
Generated on Mon Oct 28 2024 13:47:24 for YODA - Yet more Objects for Data Analysis by 1.9.8 |