Template Numerical Library version\ main:52827a2
Loading...
Searching...
No Matches
TNL::Plus Struct Reference

Function object implementing x + y. More...

#include <TNL/Functional.h>

Inheritance diagram for TNL::Plus:
Collaboration diagram for TNL::Plus:

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::plus< void >
operator() (T... args)
 

Detailed Description

Function object implementing x + y.

Member Function Documentation

◆ getIdentity()

template<typename T >
static constexpr T TNL::Plus::getIdentity ( )
inlinestaticconstexpr

Returns the identity element of the operation.

Suitable for TNL::Algorithms::reduce.


The documentation for this struct was generated from the following file: