20 #ifndef MPD_PLAYLIST_INFO_HXX
21 #define MPD_PLAYLIST_INFO_HXX
42 const char *
const name;
49 return pi.name.compare(name) == 0;
57 :name(std::forward<N>(_name)), mtime(_mtime) {}
PlaylistInfo(N &&_name, time_t _mtime)
std::string name
The UTF-8 encoded name of the playlist file.
gcc_pure bool operator()(const PlaylistInfo &pi) const noexcept
constexpr CompareName(const char *_name)
A directory entry pointing to a playlist file.