OpenKalman
Public Types | Public Member Functions | Static Public Attributes | List of all members
OpenKalman::values::fixed_cast< T, Arg > Struct Template Reference

A fixed value cast from another fixed value. More...

#include <cast_to.hpp>

Public Types

using value_type = T
 
using type = fixed_cast
 

Public Member Functions

constexpr operator value_type () const
 
constexpr value_type operator() () const
 

Static Public Attributes

static constexpr auto value {static_cast<value_type>(values::fixed_value_of_v<Arg>)}
 

Detailed Description

template<typename T, typename Arg>
struct OpenKalman::values::fixed_cast< T, Arg >

A fixed value cast from another fixed value.

Template Parameters
TThe new value type
ArgThe underlying fixed value

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