plus More...
#include <functors.hpp>
Public Member Functions | |
template<typename T1 , typename T2 > | |
auto | operator() (T1 &&left, T2 &&right) const -> decltype(std::forward< T1 >(left)+std::forward< T2 >(right)) |
operator() More... | |
plus
Definition at line 711 of file functors.hpp.
|
inline |
operator()
T1 | |
T2 |
left | |
right |
Definition at line 721 of file functors.hpp.