![]() |
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::videogame |
Functions | |
| FAKER_CXX_EXPORT std::string_view | faker::videogame::gameTitle (Locale locale=Locale::en_US) |
| Returns a random video game name. | |
| FAKER_CXX_EXPORT std::string_view | faker::videogame::genre (Locale locale=Locale::en_US) |
| Returns a random video game genre. | |
| FAKER_CXX_EXPORT std::string_view | faker::videogame::platform (Locale locale=Locale::en_US) |
| Returns a random video game platform. | |
| FAKER_CXX_EXPORT std::string_view | faker::videogame::studioName (Locale locale=Locale::en_US) |
| Returns a random video game studio name. | |