Faker C++
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
y
z
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
y
z
Typedefs
Enumerations
Concepts
Classes
Class List
Class Index
Class Members
All
a
c
e
g
i
l
m
n
o
r
s
u
v
w
~
Functions
Variables
a
c
e
g
i
l
m
n
s
u
v
w
Files
File List
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Concepts
Loading...
Searching...
No Matches
weather.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::weather
9
{
21
FAKER_CXX_EXPORT std::string_view
weatherDescription
(Locale locale = Locale::en_US);
22
}
8
namespace
faker::weather
{
…
}
faker::weather
Definition
weather.h:9
faker::weather::weatherDescription
FAKER_CXX_EXPORT std::string_view weatherDescription(Locale locale=Locale::en_US)
Generated a random weather description.
include
faker-cxx
weather.h
Generated by
1.13.2