|
sequencer
|
#include <cstdint>#include <limits>#include <ostream>

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) |
1.8.13