Faker C++
|
Functions | |
FAKER_CXX_EXPORT std::string_view | gameTitle (Locale locale=Locale::en_US) |
Returns a random video game name. | |
FAKER_CXX_EXPORT std::string_view | genre (Locale locale=Locale::en_US) |
Returns a random video game genre. | |
FAKER_CXX_EXPORT std::string_view | platform (Locale locale=Locale::en_US) |
Returns a random video game platform. | |
FAKER_CXX_EXPORT std::string_view | studioName (Locale locale=Locale::en_US) |
Returns a random video game studio name. | |
FAKER_CXX_EXPORT std::string_view faker::videogame::gameTitle | ( | Locale | locale = Locale::en_US | ) |
Returns a random video game name.
locale | The locale. Defaults to `Locale::en_US`. |
FAKER_CXX_EXPORT std::string_view faker::videogame::genre | ( | Locale | locale = Locale::en_US | ) |
Returns a random video game genre.
locale | The locale. Defaults to `Locale::en_US`. |
FAKER_CXX_EXPORT std::string_view faker::videogame::platform | ( | Locale | locale = Locale::en_US | ) |
Returns a random video game platform.
locale | The locale. Defaults to `Locale::en_US`. |
FAKER_CXX_EXPORT std::string_view faker::videogame::studioName | ( | Locale | locale = Locale::en_US | ) |
Returns a random video game studio name.
locale | The locale. Defaults to `Locale::en_US`. |