sequencer
Classes | Namespaces | Functions
fixed_point_type.hpp File Reference
#include <cstdint>
#include <limits>
#include <ostream>
Include dependency graph for fixed_point_type.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sequencer::fixed_point_type< ticks_per_unit >
 
class  std::numeric_limits< sequencer::fixed_point_type< ticks_per_unit > >
 

Namespaces

 sequencer
 
 std
 

Functions

template<class T >
constexpr std::int64_t sequencer::constexpr_round (T a) noexcept
 
template<int ticks_per_unit>
constexpr fixed_point_type< ticks_per_unit > sequencer::operator+ (fixed_point_type< ticks_per_unit > lhs, fixed_point_type< ticks_per_unit > rhs)
 
template<int ticks_per_unit>
std::ostream & sequencer::operator<< (std::ostream &os, fixed_point_type< ticks_per_unit > value)