Functor returns always the same number. The number has to be known at compile time. More...
#include <functors.hpp>
Public Member Functions | |
template<typename... Args> | |
T | operator() (Args &&...args) const |
operator More... | |
Functor returns always the same number. The number has to be known at compile time.
T | type of returned value |
t | return value |
Definition at line 69 of file functors.hpp.
|
inline |
operator
Args |
args |
Definition at line 78 of file functors.hpp.