Faker C++
Toggle main menu visibility
Loading...
Searching...
No Matches
sport.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <string_view>
4
5
#include "faker-cxx/export.h"
6
#include "faker-cxx/types/locale.h"
7
8
namespace
faker::sport
9
{
19
20
FAKER_CXX_EXPORT std::string_view
sportName
(Locale locale = Locale::en_US);
21
32
FAKER_CXX_EXPORT std::string_view
soccerTeam
(Locale locale = Locale::en_US);
33
44
FAKER_CXX_EXPORT std::string_view
maleAthlete
(Locale locale = Locale::en_US);
45
56
FAKER_CXX_EXPORT std::string_view
femaleAthlete
(Locale locale = Locale::en_US);
57
68
FAKER_CXX_EXPORT std::string_view
sportEvent
(Locale locale = Locale::en_US);
69
}
faker::sport
Definition
sport.h:9
faker::sport::sportEvent
FAKER_CXX_EXPORT std::string_view sportEvent(Locale locale=Locale::en_US)
Returns a random Sport Event.
faker::sport::femaleAthlete
FAKER_CXX_EXPORT std::string_view femaleAthlete(Locale locale=Locale::en_US)
Returns a random female athlete.
faker::sport::sportName
FAKER_CXX_EXPORT std::string_view sportName(Locale locale=Locale::en_US)
Returns a random sport.
faker::sport::soccerTeam
FAKER_CXX_EXPORT std::string_view soccerTeam(Locale locale=Locale::en_US)
Returns a random soccer team.
faker::sport::maleAthlete
FAKER_CXX_EXPORT std::string_view maleAthlete(Locale locale=Locale::en_US)
Returns a random male athlete.
include
faker-cxx
sport.h
Generated by
1.17.0