sparrow 1.4.0
C++20 idiomatic APIs for the Apache Arrow Columnar Format
Loading...
Searching...
No Matches
half_float::detail::half_caster< T, U, R > Struct Template Reference

Helper class for half casts. More...

#include <float16_t.hpp>

Detailed Description

template<class T, class U, std::float_round_style R = (std::float_round_style)(HALF_ROUND_STYLE)>
struct half_float::detail::half_caster< T, U, R >

Helper class for half casts.

This class template has to be specialized for all valid cast arguments to define an appropriate static cast member function and a corresponding type member denoting its return type.

Template Parameters
Tdestination type
Usource type
Rrounding mode to use

Definition at line 1920 of file float16_t.hpp.


The documentation for this struct was generated from the following file: