5#include "faker-cxx/export.h"
6#include "faker-cxx/types/locale.h"
21FAKER_CXX_EXPORT std::string_view
player(Locale locale = Locale::en_US);
34FAKER_CXX_EXPORT std::string_view
team(Locale locale = Locale::en_US);
47FAKER_CXX_EXPORT std::string_view
league(Locale locale = Locale::en_US);
60FAKER_CXX_EXPORT std::string_view
event(Locale locale = Locale::en_US);
73FAKER_CXX_EXPORT std::string_view
game(Locale locale = Locale::en_US);
FAKER_CXX_EXPORT std::string_view game(Locale locale=Locale::en_US)
Returns a random competitive video game.
FAKER_CXX_EXPORT std::string_view event(Locale locale=Locale::en_US)
Returns a random esport event.
FAKER_CXX_EXPORT std::string_view team(Locale locale=Locale::en_US)
Returns a random esport team.
FAKER_CXX_EXPORT std::string_view player(Locale locale=Locale::en_US)
Returns a random player name.
FAKER_CXX_EXPORT std::string_view league(Locale locale=Locale::en_US)
Returns a random esport league.