Tag Parser  9.1.0
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
Public Types | List of all members
TagParser::FieldMapBasedTagTraits< MatroskaTag > Class Template Reference

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 >
 

Detailed Description

template<>
class TagParser::FieldMapBasedTagTraits< MatroskaTag >

Defines traits for the TagField implementation of the MatroskaTag class.

Definition at line 52 of file matroskatag.h.

Member Typedef Documentation

◆ Compare

Definition at line 55 of file matroskatag.h.

◆ FieldType

Definition at line 54 of file matroskatag.h.


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