sequencer
Classes | Namespaces | Typedefs
message_type.hpp File Reference
#include <array>
#include <cstddef>
#include <type_traits>
#include <vector>
Include dependency graph for message_type.hpp:
This graph shows which files directly or indirectly include this file:

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