CubbyFlow::TypeCast< T, U > Struct Template Reference
Type casting operator. More...
#include <Core/Utils/Functors.hpp>
Public Member Functions | |
constexpr U | operator() (const T &a) const |
Detailed Description
template<typename T, typename U>
struct CubbyFlow::TypeCast< T, U >
Type casting operator.
Member Function Documentation
◆ operator()()
template<typename T , typename U >
constexpr U CubbyFlow::TypeCast< T, U >::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