MPD
0.20.18
|
#include <AudioFormat.hxx>
Additional Inherited Members | |
![]() | |
typedef char | value_type |
typedef char & | reference |
typedef char * | pointer |
typedef const char * | const_pointer |
typedef const_pointer | const_iterator |
typedef size_t | size_type |
![]() | |
constexpr size_type | capacity () const |
constexpr bool | empty () const |
void | clear () |
constexpr const_pointer | c_str () const |
pointer | data () |
constexpr value_type | front () const |
value_type | operator[] (size_type i) const |
Returns one character. More... | |
reference | operator[] (size_type i) |
Returns one writable character. More... | |
constexpr const_iterator | begin () const |
constexpr const_iterator | end () const |
constexpr | operator const_pointer () const |
![]() | |
static constexpr value_type | SENTINEL |
![]() | |
std::array< value_type, CAPACITY > | the_data |
Definition at line 30 of file AudioFormat.hxx.