Tag Parser 12.4.0
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
|
Defines traits for the TagField implementation of the MatroskaTag class. More...
#include <matroskatag.h>
Public Types | |
using | FieldType = MatroskaTagField |
using | Compare = std::less<typename FieldType::IdentifierType> |
Defines traits for the TagField implementation of the MatroskaTag class.
Definition at line 66 of file matroskatag.h.
using TagParser::FieldMapBasedTagTraits< MatroskaTag >::Compare = std::less<typename FieldType::IdentifierType> |
Definition at line 69 of file matroskatag.h.
using TagParser::FieldMapBasedTagTraits< MatroskaTag >::FieldType = MatroskaTagField |
Definition at line 68 of file matroskatag.h.