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