Faker C++
|
Functions | |
FAKER_CXX_EXPORT std::string_view | genre () |
Returns a random movie genre. | |
FAKER_CXX_EXPORT std::string_view | movieTitle () |
Returns a random movie title. | |
FAKER_CXX_EXPORT std::string_view | tvShow () |
Returns a random tv show. | |
FAKER_CXX_EXPORT std::string_view | director () |
Returns a random movie director name. | |
FAKER_CXX_EXPORT std::string_view | actor () |
Returns a random actor name. | |
FAKER_CXX_EXPORT std::string_view | actress () |
Returns a random actress name. | |
FAKER_CXX_EXPORT std::string_view faker::movie::actor | ( | ) |
FAKER_CXX_EXPORT std::string_view faker::movie::actress | ( | ) |
FAKER_CXX_EXPORT std::string_view faker::movie::director | ( | ) |
Returns a random movie director name.
FAKER_CXX_EXPORT std::string_view faker::movie::genre | ( | ) |
FAKER_CXX_EXPORT std::string_view faker::movie::movieTitle | ( | ) |
FAKER_CXX_EXPORT std::string_view faker::movie::tvShow | ( | ) |