Faker C++
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
9{
21FAKER_CXX_EXPORT std::string_view weatherDescription(Locale locale = Locale::en_US);
22}
Definition weather.h:9
FAKER_CXX_EXPORT std::string_view weatherDescription(Locale locale=Locale::en_US)
Generated a random weather description.