Control Surface main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
Public Types | List of all members
remove_cvref< T > Struct Template Reference

#include <MIDI_Interfaces/BLEMIDI/Util/compat.hpp>

Detailed Description

template<class T>
struct compat::remove_cvref< T >

Definition at line 49 of file compat.hpp.

+ Collaboration diagram for remove_cvref< T >:

Public Types

using type
 

Member Typedef Documentation

◆ type

template<class T >
using type
Initial value:
typename std::remove_cv<typename std::remove_reference<T>::type>::type
typename std::remove_cv< typename std::remove_reference< T >::type >::type type
Definition compat.hpp:50

Definition at line 50 of file compat.hpp.


The documentation for this struct was generated from the following file: