#include <SimpleFunctors.h>
Public Member Functions | |
diveq_right_0by0isC () | |
diveq_right_0by0isC (const T2 &value) | |
T2 & | operator() (const T1 &left, T2 &right) const |
Private Attributes | |
T2 | C |
T1 | leftZero |
T2 | rightZero |
In-place division on the right side. Allow 0/0 = const.
Definition at line 332 of file SimpleFunctors.h.
|
inline |
Definition at line 333 of file SimpleFunctors.h.
|
inlineexplicit |
Definition at line 334 of file SimpleFunctors.h.
|
inline |
Definition at line 336 of file SimpleFunctors.h.
References npstat::diveq_right_0by0isC< T1, T2 >::C, npstat::diveq_right_0by0isC< T1, T2 >::leftZero, and npstat::diveq_right_0by0isC< T1, T2 >::rightZero.
|
private |
Definition at line 346 of file SimpleFunctors.h.
Referenced by npstat::diveq_right_0by0isC< T1, T2 >::operator()().
|
private |
Definition at line 347 of file SimpleFunctors.h.
Referenced by npstat::diveq_right_0by0isC< T1, T2 >::operator()().
|
private |
Definition at line 348 of file SimpleFunctors.h.
Referenced by npstat::diveq_right_0by0isC< T1, T2 >::operator()().