Faker C++
|
#include <string_view>
#include "faker-cxx/export.h"
Go to the source code of this file.
Namespaces | |
namespace | faker |
namespace | faker::movie |
Functions | |
FAKER_CXX_EXPORT std::string_view | faker::movie::genre () |
Returns a random movie genre. | |
FAKER_CXX_EXPORT std::string_view | faker::movie::movieTitle () |
Returns a random movie title. | |
FAKER_CXX_EXPORT std::string_view | faker::movie::tvShow () |
Returns a random tv show. | |
FAKER_CXX_EXPORT std::string_view | faker::movie::director () |
Returns a random movie director name. | |
FAKER_CXX_EXPORT std::string_view | faker::movie::actor () |
Returns a random actor name. | |
FAKER_CXX_EXPORT std::string_view | faker::movie::actress () |
Returns a random actress name. | |