|
Template Numerical Library version\ main:d08c4decc
|
Function object implementing x || y. More...
#include <TNL/Functional.h>


Static Public Member Functions | |
| template<typename T> | |
| static constexpr T | getIdentity () |
| Returns the identity element of the operation. | |
Additional Inherited Members | |
| Public Member Functions inherited from std::logical_or< void > | |
| T | operator() (T... args) |
Function object implementing x || y.
|
inlinestaticconstexpr |
Returns the identity element of the operation.
Suitable for TNL::Algorithms::reduce.