Faker C++
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
7namespace faker::sport
8{
19FAKER_CXX_EXPORT std::string_view sportName();
20
30FAKER_CXX_EXPORT std::string_view soccerTeam();
31
41FAKER_CXX_EXPORT std::string_view maleAthlete();
42
52FAKER_CXX_EXPORT std::string_view femaleAthlete();
53
63FAKER_CXX_EXPORT std::string_view sportEvent();
64}
Definition sport.h:8
FAKER_CXX_EXPORT std::string_view soccerTeam()
Returns a random soccer team.
FAKER_CXX_EXPORT std::string_view femaleAthlete()
Returns a random female athlete.
FAKER_CXX_EXPORT std::string_view sportName()
Returns a random sport.
FAKER_CXX_EXPORT std::string_view maleAthlete()
Returns a random male athlete.
FAKER_CXX_EXPORT std::string_view sportEvent()
Returns a random Sport Event.