format: add ability to extract tags from a song
This commit is contained in:
@@ -60,6 +60,10 @@ private:
|
||||
unsigned m_delimiter;
|
||||
};
|
||||
|
||||
template <typename CharT> using SongTagMap = std::vector<
|
||||
std::pair<SongTag, std::basic_string<CharT> >
|
||||
>;
|
||||
|
||||
enum class Result { Empty, Missing, Ok };
|
||||
|
||||
template <typename CharT>
|
||||
|
||||
Reference in New Issue
Block a user