NXPCUP-libary
Library for car's control board on NXPCUP competition based on the Mbed framework.
Public Member Functions | Public Attributes | List of all members
atoms::Clamped< T > Struct Template Reference

#include <value.h>

Public Member Functions

initial (T initial_value)
 
process (const T &new_value)
 
template<class S >
process (const T &new_value, const S &)
 

Public Attributes

bottom
 
top
 

Member Function Documentation

template<class T >
T atoms::Clamped< T >::initial ( initial_value)
inline
template<class T >
T atoms::Clamped< T >::process ( const T &  new_value)
inline
template<class T >
template<class S >
T atoms::Clamped< T >::process ( const T &  new_value,
const S &   
)
inline

Member Data Documentation

template<class T >
T atoms::Clamped< T >::bottom
template<class T >
T atoms::Clamped< T >::top

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