template <class T>
struct vtb::base::floating_point_field
Types
  • using value_type = T
Fields
  • value_type & value
Friends
  • operator>>
template <class T>
struct vtb::base::unsigned_field
Types
  • using signed_value_type = std::make_signed< T >::type
  • using value_type = T
Fields
  • value_type & value
Friends
  • operator>>
template <class T>
make_floating_point_field(T & value) -> floating_point_field< T >
template <class T>
make_unsigned_field(T & value) -> unsigned_field< T >