![]() |
Faker C++
|
#include <string_view>#include "faker-cxx/export.h"#include "faker-cxx/types/locale.h"

Go to the source code of this file.
Namespaces | |
| namespace | faker |
| namespace | faker::music |
Functions | |
| FAKER_CXX_EXPORT std::string_view | faker::music::artist (Locale locale=Locale::en_US) |
| Returns a random artist. | |
| FAKER_CXX_EXPORT std::string_view | faker::music::genre (Locale locale=Locale::en_US) |
| Returns a random music genre. | |
| FAKER_CXX_EXPORT std::string_view | faker::music::songName (Locale locale=Locale::en_US) |
| Returns a random song name. | |