half_caster< T, half, R > Struct Template Reference

Static Public Member Functions

static T cast (half arg)
 

Static Private Member Functions

static T cast_impl (half arg, true_type)
 
static T cast_impl (half arg, false_type)
 

Detailed Description

template<typename T, std::float_round_style R>
struct half_float::detail::half_caster< T, half, R >

Definition at line 2304 of file half.hpp.

Member Function Documentation

◆ cast()

static T cast ( half  arg)
inlinestatic

Definition at line 2310 of file half.hpp.

◆ cast_impl() [1/2]

static T cast_impl ( half  arg,
false_type   
)
inlinestaticprivate

Definition at line 2314 of file half.hpp.

◆ cast_impl() [2/2]

static T cast_impl ( half  arg,
true_type   
)
inlinestaticprivate

Definition at line 2313 of file half.hpp.


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