Faker C++
Loading...
Searching...
No Matches
music.h
Go to the documentation of this file.
1#pragma once
2
3#include <string_view>
4
5#include "faker-cxx/export.h"
6
7namespace faker::music
8{
18FAKER_CXX_EXPORT std::string_view artist();
19
29FAKER_CXX_EXPORT std::string_view genre();
30
40FAKER_CXX_EXPORT std::string_view songName();
41}
Definition music.h:8
FAKER_CXX_EXPORT std::string_view genre()
Returns a random music genre.
FAKER_CXX_EXPORT std::string_view songName()
Returns a random song name.
FAKER_CXX_EXPORT std::string_view artist()
Returns a random artist.