MPD  0.20.23
Functions
VisitFallback.hxx File Reference
#include "Fallback.hxx"
#include "Tag.hxx"
Include dependency graph for VisitFallback.hxx:

Go to the source code of this file.

Functions

template<typename F >
bool VisitTagType (const Tag &tag, TagType type, F &&f) noexcept
 
template<typename F >
bool VisitTagWithFallback (const Tag &tag, TagType type, F &&f) noexcept
 
template<typename F >
void VisitTagWithFallbackOrEmpty (const Tag &tag, TagType type, F &&f) noexcept
 

Function Documentation

◆ VisitTagType()

template<typename F >
bool VisitTagType ( const Tag tag,
TagType  type,
F &&  f 
)
noexcept

Definition at line 28 of file VisitFallback.hxx.

◆ VisitTagWithFallback()

template<typename F >
bool VisitTagWithFallback ( const Tag tag,
TagType  type,
F &&  f 
)
noexcept

Definition at line 44 of file VisitFallback.hxx.

◆ VisitTagWithFallbackOrEmpty()

template<typename F >
void VisitTagWithFallbackOrEmpty ( const Tag tag,
TagType  type,
F &&  f 
)
noexcept

Definition at line 54 of file VisitFallback.hxx.