#include <Util.h>
|
template<typename FROM , typename TO2 = TO, typename std::enable_if<!std::is_same< TO2, bool >::value >::type * = nullptr> |
constexpr static TO2 | value (const FROM &from) |
|
template<typename FROM , typename TO2 = TO, typename std::enable_if< std::is_same< TO2, bool >::value >::type * = nullptr> |
constexpr static TO2 | value (const FROM &from) |
|
template<typename TO>
struct Halide::Internal::StaticCast< TO >
Definition at line 427 of file Util.h.
◆ value() [1/2]
template<typename TO >
template<typename FROM , typename TO2 = TO, typename std::enable_if<!std::is_same< TO2, bool >::value >::type * = nullptr>
◆ value() [2/2]
template<typename TO >
template<typename FROM , typename TO2 = TO, typename std::enable_if< std::is_same< TO2, bool >::value >::type * = nullptr>
The documentation for this struct was generated from the following file:
- /build/halide-EhXYQ7/halide-12.0.1/src/Util.h