sequencer
Classes | Namespaces | Functions
beat_time_point.hpp File Reference
#include <sequencer/beat_duration.hpp>
Include dependency graph for beat_time_point.hpp:
This graph shows which files directly or indirectly include this file:

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)