CubbyFlow::DoFloor< T > Struct Template Reference
Performs std::floor. More...
#include <Core/Utils/Functors.hpp>
Public Member Functions | |
constexpr T | operator() (const T &a) const |
Detailed Description
template<typename T>
struct CubbyFlow::DoFloor< T >
Performs std::floor.
Member Function Documentation
◆ operator()()
template<typename T >
constexpr T CubbyFlow::DoFloor< T >::operator() | ( | const T & | a | ) | const |
The documentation for this struct was generated from the following files:
- Core/Utils/Functors.hpp
- Core/Utils/Functors-Impl.hpp