20 #ifndef MPD_TAG_VISIT_FALLBACK_HXX 21 #define MPD_TAG_VISIT_FALLBACK_HXX 32 for (
const auto &item : tag) {
33 if (item.type == type) {
The meta information about a song file.
bool ApplyTagWithFallback(TagType type, F &&f) noexcept
TagType
Codes for the type of a tag item.
void VisitTagWithFallbackOrEmpty(const Tag &tag, TagType type, F &&f) noexcept
bool VisitTagWithFallback(const Tag &tag, TagType type, F &&f) noexcept
bool VisitTagType(const Tag &tag, TagType type, F &&f) noexcept