![]() |
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::sport |
Functions | |
| FAKER_CXX_EXPORT std::string_view | faker::sport::sportName (Locale locale=Locale::en_US) |
| Returns a random sport. | |
| FAKER_CXX_EXPORT std::string_view | faker::sport::soccerTeam (Locale locale=Locale::en_US) |
| Returns a random soccer team. | |
| FAKER_CXX_EXPORT std::string_view | faker::sport::maleAthlete (Locale locale=Locale::en_US) |
| Returns a random male athlete. | |
| FAKER_CXX_EXPORT std::string_view | faker::sport::femaleAthlete (Locale locale=Locale::en_US) |
| Returns a random female athlete. | |
| FAKER_CXX_EXPORT std::string_view | faker::sport::sportEvent (Locale locale=Locale::en_US) |
| Returns a random Sport Event. | |