Faker C++
Loading...
Searching...
No Matches
music.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::music
9
{
21
FAKER_CXX_EXPORT std::string_view
artist
(Locale locale = Locale::en_US);
22
34
FAKER_CXX_EXPORT std::string_view
genre
(Locale locale = Locale::en_US);
35
47
FAKER_CXX_EXPORT std::string_view
songName
(Locale locale = Locale::en_US);
48
}
faker::music
Definition
music.h:9
faker::music::songName
FAKER_CXX_EXPORT std::string_view songName(Locale locale=Locale::en_US)
Returns a random song name.
faker::music::genre
FAKER_CXX_EXPORT std::string_view genre(Locale locale=Locale::en_US)
Returns a random music genre.
faker::music::artist
FAKER_CXX_EXPORT std::string_view artist(Locale locale=Locale::en_US)
Returns a random artist.
include
faker-cxx
music.h
Generated by
1.12.0