|
sequencer
|
#include <array>#include <cstddef>#include <type_traits>#include <vector>

Go to the source code of this file.
Classes | |
| struct | sequencer::midi::greater_than< lhs, rhs > |
Namespaces | |
| sequencer::midi | |
Typedefs | |
| template<std::size_t number_of_bytes> | |
| using | sequencer::midi::message_t = std::conditional_t< greater_than< number_of_bytes, 0 >::value, std::array< std::byte, number_of_bytes >, std::vector< std::byte > > |
1.8.13