#include <string_view>
#include "faker-cxx/export.h"
#include "faker-cxx/types/locale.h"
Go to the source code of this file.
|
FAKER_CXX_EXPORT std::string_view | faker::movie::genre (Locale locale=Locale::en_US) |
| Returns a random movie genre.
|
|
FAKER_CXX_EXPORT std::string_view | faker::movie::movieTitle (Locale locale=Locale::en_US) |
| Returns a random movie title.
|
|
FAKER_CXX_EXPORT std::string_view | faker::movie::tvShow (Locale locale=Locale::en_US) |
| Returns a random tv show.
|
|
FAKER_CXX_EXPORT std::string_view | faker::movie::director (Locale locale=Locale::en_US) |
| Returns a random movie director name.
|
|
FAKER_CXX_EXPORT std::string_view | faker::movie::actor (Locale locale=Locale::en_US) |
| Returns a random actor name.
|
|
FAKER_CXX_EXPORT std::string_view | faker::movie::actress (Locale locale=Locale::en_US) |
| Returns a random actress name.
|
|