DGtal
1.5.beta
|
Functor that rounds down. More...
#include <DGtal/base/BasicFunctors.h>
Public Member Functions | |
auto | operator() (const T &value) const -> decltype(std::floor(value)) |
Functor that rounds down.
T | Type to be rounded. If not specified (void), the type is deduced at evaluation. |
Definition at line 184 of file BasicFunctors.h.
|
inline |
Definition at line 187 of file BasicFunctors.h.