|
sequencer
|
#include <sequencer/beat_duration.hpp>

Go to the source code of this file.
Classes | |
| class | sequencer::beat_time_point |
Namespaces | |
| sequencer | |
Functions | |
| constexpr beat_time_point | sequencer::operator+ (beat_time_point lhs, beat_duration rhs) noexcept |
| constexpr bool | sequencer::operator< (beat_time_point lhs, beat_time_point rhs) noexcept |
| constexpr bool | sequencer::operator<= (beat_time_point lhs, beat_time_point rhs) noexcept |
| std::ostream & | sequencer::operator<< (std::ostream &os, beat_time_point time_point) |
1.8.13