Faker C++
|
Functions | |
FAKER_CXX_EXPORT std::string_view | genre (Locale locale=Locale::en_US) |
Returns a random movie genre. | |
FAKER_CXX_EXPORT std::string_view | movieTitle (Locale locale=Locale::en_US) |
Returns a random movie title. | |
FAKER_CXX_EXPORT std::string_view | tvShow (Locale locale=Locale::en_US) |
Returns a random tv show. | |
FAKER_CXX_EXPORT std::string_view | director (Locale locale=Locale::en_US) |
Returns a random movie director name. | |
FAKER_CXX_EXPORT std::string_view | actor (Locale locale=Locale::en_US) |
Returns a random actor name. | |
FAKER_CXX_EXPORT std::string_view | actress (Locale locale=Locale::en_US) |
Returns a random actress name. | |
FAKER_CXX_EXPORT std::string_view faker::movie::actor | ( | Locale | locale = Locale::en_US | ) |
Returns a random actor name.
locale | The locale. Defaults to `Locale::en_US`. |
FAKER_CXX_EXPORT std::string_view faker::movie::actress | ( | Locale | locale = Locale::en_US | ) |
Returns a random actress name.
locale | The locale. Defaults to `Locale::en_US`. |
FAKER_CXX_EXPORT std::string_view faker::movie::director | ( | Locale | locale = Locale::en_US | ) |
Returns a random movie director name.
locale | The locale. Defaults to `Locale::en_US`. |
FAKER_CXX_EXPORT std::string_view faker::movie::genre | ( | Locale | locale = Locale::en_US | ) |
Returns a random movie genre.
locale | The locale. Defaults to `Locale::en_US`. |
FAKER_CXX_EXPORT std::string_view faker::movie::movieTitle | ( | Locale | locale = Locale::en_US | ) |
Returns a random movie title.
locale | The locale. Defaults to `Locale::en_US`. |
FAKER_CXX_EXPORT std::string_view faker::movie::tvShow | ( | Locale | locale = Locale::en_US | ) |
Returns a random tv show.
locale | The locale. Defaults to `Locale::en_US`. |