RML  1.0
Robotics Mathematical Library
Loading...
Searching...
No Matches
futils::square< T > Struct Template Reference

Functor for getting sum of previous result and square of current element (inner product can be used instead) More...

#include <Futils.h>

Public Member Functions

operator() (const T &Left, const T &Right) const
 

Detailed Description

template<typename T>
struct futils::square< T >

Functor for getting sum of previous result and square of current element (inner product can be used instead)

Member Function Documentation

◆ operator()()

template<typename T >
T futils::square< T >::operator() ( const T &  Left,
const T &  Right 
) const
inline

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