YODA::Bin< 2, T, BinningT > Class Template Reference CRTP specialisation in 2D. More...
Inheritance diagram for YODA::Bin< 2, T, BinningT >:
Detailed Descriptiontemplate<typename T, typename BinningT> class YODA::Bin< 2, T, BinningT > CRTP specialisation in 2D. 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◆ dArea()
template<typename T , typename BinningT >
Differential area of this bin (i.e. product of bin widths) Definition at line 377 of file Bin.h. double dVol() const noexcept Differential volume of this bin (i.e. product of bin widths) Definition Bin.h:191 References YODA::BinBase< T, BinningT >::dVol(). ◆ 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 |