Template Numerical Library version\ main:94209208
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
TNL::Plus Struct Reference

Function object implementing x + y. More...

#include <TNL/Functional.h>

Inheritance diagram for TNL::Plus:
Inheritance graph
[legend]
Collaboration diagram for TNL::Plus:
Collaboration graph
[legend]

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: