Faker C++
Loading...
Searching...
No Matches
phone.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <optional>
4
#include <string>
5
#include <string_view>
6
#include <unordered_map>
7
8
#include "faker-cxx/export.h"
9
10
namespace
faker::phone
11
{
12
enum class
PhoneNumberCountryFormat
;
26
FAKER_CXX_EXPORT std::string
phoneNumberByFormat
(std::optional<std::string> = std::nullopt);
27
37
FAKER_CXX_EXPORT std::string_view
platform
();
38
48
FAKER_CXX_EXPORT std::string_view
modelName
();
49
59
FAKER_CXX_EXPORT std::string_view
manufacturer
();
60
73
FAKER_CXX_EXPORT std::string
phoneNumberByCountry
(std::optional<PhoneNumberCountryFormat> format = std::nullopt);
74
84
FAKER_CXX_EXPORT std::string
imei
();
85
95
FAKER_CXX_EXPORT std::string_view
areaCode
();
96
97
FAKER_CXX_EXPORT std::unordered_map<PhoneNumberCountryFormat, std::string>
createPhoneNumberFormatMap
();
98
99
enum class
PhoneNumberCountryFormat
100
{
101
Default
,
102
Afghanistan
,
103
AlandIslands
,
104
Albania
,
105
Algeria
,
106
AmericanSamoa
,
107
Andorra
,
108
Angola
,
109
Anguilla
,
110
AntiguaAndBarbuda
,
111
Argentina
,
112
Armenia
,
113
Aruba
,
114
Australia
,
115
Austria
,
116
Azerbaijan
,
117
Bahamas
,
118
Bahrain
,
119
Bangladesh
,
120
Barbados
,
121
Belarus
,
122
Belgium
,
123
Belize
,
124
Benin
,
125
Bermuda
,
126
Bhutan
,
127
Bolivia
,
128
BosniaAndHerzegovina
,
129
Botswana
,
130
Brazil
,
131
BruneiDarussalam
,
132
Bulgaria
,
133
BurkinaFaso
,
134
Burundi
,
135
Cambodia
,
136
Cameroon
,
137
Canada
,
138
CapeVerde
,
139
CaymanIslands
,
140
CentralAfricanRepublic
,
141
Chad
,
142
Chile
,
143
China
,
144
Colombia
,
145
Comoros
,
146
Congo
,
147
CookIslands
,
148
CostaRica
,
149
Croatia
,
150
Cuba
,
151
Curacao
,
152
Cyprus
,
153
Czechia
,
154
DemocraticRepublicOfTheCongo
,
155
Denmark
,
156
Djibouti
,
157
Dominica
,
158
DominicanRepublic
,
159
Ecuador
,
160
Egypt
,
161
ElSalvador
,
162
EquatorialGuinea
,
163
Eritrea
,
164
Estonia
,
165
Eswatini
,
166
Ethiopia
,
167
FaroeIslands
,
168
Fiji
,
169
Finland
,
170
France
,
171
FrenchGuiana
,
172
FrenchPolynesia
,
173
Gabon
,
174
Gambia
,
175
Georgia
,
176
Germany
,
177
Ghana
,
178
Gibraltar
,
179
Greece
,
180
Greenland
,
181
Grenada
,
182
Guadeloupe
,
183
Guam
,
184
Guatemala
,
185
Guernsey
,
186
Guinea
,
187
GuineaBissau
,
188
Guyana
,
189
Haiti
,
190
HolySeeVaticanCityState
,
191
Honduras
,
192
HongKong
,
193
Hungary
,
194
Iceland
,
195
India
,
196
Indonesia
,
197
Iran
,
198
Iraq
,
199
Ireland
,
200
IsleOfMan
,
201
Israel
,
202
Italy
,
203
Jamaica
,
204
Japan
,
205
Jersey
,
206
Jordan
,
207
RepublicOfKorea
,
208
Kuwait
,
209
KyrgyzRepublic
,
210
Latvia
,
211
Lebanon
,
212
Lesotho
,
213
Liberia
,
214
LibyanArabJamahiriya
,
215
Liechtenstein
,
216
Lithuania
,
217
Luxembourg
,
218
Macao
,
219
Madagascar
,
220
Malawi
,
221
Malaysia
,
222
Maldives
,
223
Mali
,
224
Malta
,
225
MarshallIslands
,
226
Martinique
,
227
Mauritania
,
228
Mauritius
,
229
Mayotte
,
230
Mexico
,
231
Micronesia
,
232
Moldova
,
233
Monaco
,
234
Mongolia
,
235
Montenegro
,
236
Montserrat
,
237
Morocco
,
238
Mozambique
,
239
Myanmar
,
240
Namibia
,
241
Nauru
,
242
Nepal
,
243
Netherlands
,
244
NewCaledonia
,
245
NewZealand
,
246
Nicaragua
,
247
Niger
,
248
Nigeria
,
249
Niue
,
250
NorthMacedonia
,
251
NorthernMarianaIslands
,
252
Norway
,
253
Oman
,
254
Pakistan
,
255
Palau
,
256
Palestine
,
257
Panama
,
258
PapuaNewGuinea
,
259
Paraguay
,
260
Peru
,
261
Philippines
,
262
Poland
,
263
Portugal
,
264
PuertoRico
,
265
Qatar
,
266
Reunion
,
267
Romania
,
268
RussianFederation
,
269
Rwanda
,
270
SaintBarthelemy
,
271
SaintHelena
,
272
SaintKittsAndNevis
,
273
SaintLucia
,
274
SaintMartin
,
275
SaintPierreAndMiquelon
,
276
SaintVincentAndTheGrenadines
,
277
Samoa
,
278
SanMarino
,
279
SaoTomeAndPrincipe
,
280
SaudiArabia
,
281
Senegal
,
282
Serbia
,
283
Seychelles
,
284
SierraLeone
,
285
Singapore
,
286
SintMaarten
,
287
Slovakia
,
288
Slovenia
,
289
SolomonIslands
,
290
Somalia
,
291
SouthAfrica
,
292
SouthSudan
,
293
Spain
,
294
SriLanka
,
295
Sudan
,
296
Suriname
,
297
SvalbardAndJanMayenIslands
,
298
Sweden
,
299
Switzerland
,
300
SyrianArabRepublic
,
301
Taiwan
,
302
Tajikistan
,
303
Tanzania
,
304
Thailand
,
305
TimorLeste
,
306
Togo
,
307
Tonga
,
308
TrinidadAndTobago
,
309
Tunisia
,
310
Turkey
,
311
Turkmenistan
,
312
TurksAndCaicosIslands
,
313
Tuvalu
,
314
Uganda
,
315
Ukraine
,
316
UnitedArabEmirates
,
317
UK
,
318
Usa
,
319
Uruguay
,
320
Uzbekistan
,
321
Vanuatu
,
322
Venezuela
,
323
Vietnam
,
324
VirginIslandsBritish
,
325
VirginIslandsUS
,
326
WallisAndFutuna
,
327
WesternSahara
,
328
Yemen
,
329
Zambia
,
330
Zimbabwe
,
331
};
332
}
faker::phone
Definition
phone.h:11
faker::phone::platform
FAKER_CXX_EXPORT std::string_view platform()
Returns a random phone platform.
faker::phone::imei
FAKER_CXX_EXPORT std::string imei()
Returns IMEI number.
faker::phone::manufacturer
FAKER_CXX_EXPORT std::string_view manufacturer()
Returns a random phone manufacturer.
faker::phone::phoneNumberByFormat
FAKER_CXX_EXPORT std::string phoneNumberByFormat(std::optional< std::string >=std::nullopt)
Returns a random phone number.
faker::phone::modelName
FAKER_CXX_EXPORT std::string_view modelName()
Returns a random phone model.
faker::phone::phoneNumberByCountry
FAKER_CXX_EXPORT std::string phoneNumberByCountry(std::optional< PhoneNumberCountryFormat > format=std::nullopt)
Returns a random phone number based on country phone number template.
faker::phone::createPhoneNumberFormatMap
FAKER_CXX_EXPORT std::unordered_map< PhoneNumberCountryFormat, std::string > createPhoneNumberFormatMap()
faker::phone::areaCode
FAKER_CXX_EXPORT std::string_view areaCode()
returns a random country area code
faker::phone::PhoneNumberCountryFormat
PhoneNumberCountryFormat
Definition
phone.h:100
faker::phone::PhoneNumberCountryFormat::Slovenia
@ Slovenia
faker::phone::PhoneNumberCountryFormat::Palestine
@ Palestine
faker::phone::PhoneNumberCountryFormat::Bulgaria
@ Bulgaria
faker::phone::PhoneNumberCountryFormat::France
@ France
faker::phone::PhoneNumberCountryFormat::Kuwait
@ Kuwait
faker::phone::PhoneNumberCountryFormat::Luxembourg
@ Luxembourg
faker::phone::PhoneNumberCountryFormat::Cambodia
@ Cambodia
faker::phone::PhoneNumberCountryFormat::Ireland
@ Ireland
faker::phone::PhoneNumberCountryFormat::Mauritius
@ Mauritius
faker::phone::PhoneNumberCountryFormat::Samoa
@ Samoa
faker::phone::PhoneNumberCountryFormat::Moldova
@ Moldova
faker::phone::PhoneNumberCountryFormat::Romania
@ Romania
faker::phone::PhoneNumberCountryFormat::Curacao
@ Curacao
faker::phone::PhoneNumberCountryFormat::Guadeloupe
@ Guadeloupe
faker::phone::PhoneNumberCountryFormat::HongKong
@ HongKong
faker::phone::PhoneNumberCountryFormat::Italy
@ Italy
faker::phone::PhoneNumberCountryFormat::Thailand
@ Thailand
faker::phone::PhoneNumberCountryFormat::NewZealand
@ NewZealand
faker::phone::PhoneNumberCountryFormat::BosniaAndHerzegovina
@ BosniaAndHerzegovina
faker::phone::PhoneNumberCountryFormat::AntiguaAndBarbuda
@ AntiguaAndBarbuda
faker::phone::PhoneNumberCountryFormat::DemocraticRepublicOfTheCongo
@ DemocraticRepublicOfTheCongo
faker::phone::PhoneNumberCountryFormat::SaintHelena
@ SaintHelena
faker::phone::PhoneNumberCountryFormat::Micronesia
@ Micronesia
faker::phone::PhoneNumberCountryFormat::HolySeeVaticanCityState
@ HolySeeVaticanCityState
faker::phone::PhoneNumberCountryFormat::Jamaica
@ Jamaica
faker::phone::PhoneNumberCountryFormat::TrinidadAndTobago
@ TrinidadAndTobago
faker::phone::PhoneNumberCountryFormat::Oman
@ Oman
faker::phone::PhoneNumberCountryFormat::Togo
@ Togo
faker::phone::PhoneNumberCountryFormat::SaintLucia
@ SaintLucia
faker::phone::PhoneNumberCountryFormat::Belize
@ Belize
faker::phone::PhoneNumberCountryFormat::Myanmar
@ Myanmar
faker::phone::PhoneNumberCountryFormat::Iran
@ Iran
faker::phone::PhoneNumberCountryFormat::Turkey
@ Turkey
faker::phone::PhoneNumberCountryFormat::Angola
@ Angola
faker::phone::PhoneNumberCountryFormat::CentralAfricanRepublic
@ CentralAfricanRepublic
faker::phone::PhoneNumberCountryFormat::Burundi
@ Burundi
faker::phone::PhoneNumberCountryFormat::SouthSudan
@ SouthSudan
faker::phone::PhoneNumberCountryFormat::Bolivia
@ Bolivia
faker::phone::PhoneNumberCountryFormat::Guam
@ Guam
faker::phone::PhoneNumberCountryFormat::Chile
@ Chile
faker::phone::PhoneNumberCountryFormat::Serbia
@ Serbia
faker::phone::PhoneNumberCountryFormat::WesternSahara
@ WesternSahara
faker::phone::PhoneNumberCountryFormat::Czechia
@ Czechia
faker::phone::PhoneNumberCountryFormat::Barbados
@ Barbados
faker::phone::PhoneNumberCountryFormat::Cuba
@ Cuba
faker::phone::PhoneNumberCountryFormat::SolomonIslands
@ SolomonIslands
faker::phone::PhoneNumberCountryFormat::CapeVerde
@ CapeVerde
faker::phone::PhoneNumberCountryFormat::Argentina
@ Argentina
faker::phone::PhoneNumberCountryFormat::Macao
@ Macao
faker::phone::PhoneNumberCountryFormat::EquatorialGuinea
@ EquatorialGuinea
faker::phone::PhoneNumberCountryFormat::SaintKittsAndNevis
@ SaintKittsAndNevis
faker::phone::PhoneNumberCountryFormat::KyrgyzRepublic
@ KyrgyzRepublic
faker::phone::PhoneNumberCountryFormat::Switzerland
@ Switzerland
faker::phone::PhoneNumberCountryFormat::Montserrat
@ Montserrat
faker::phone::PhoneNumberCountryFormat::Nicaragua
@ Nicaragua
faker::phone::PhoneNumberCountryFormat::Jersey
@ Jersey
faker::phone::PhoneNumberCountryFormat::Malaysia
@ Malaysia
faker::phone::PhoneNumberCountryFormat::Comoros
@ Comoros
faker::phone::PhoneNumberCountryFormat::Denmark
@ Denmark
faker::phone::PhoneNumberCountryFormat::Brazil
@ Brazil
faker::phone::PhoneNumberCountryFormat::Australia
@ Australia
faker::phone::PhoneNumberCountryFormat::Canada
@ Canada
faker::phone::PhoneNumberCountryFormat::GuineaBissau
@ GuineaBissau
faker::phone::PhoneNumberCountryFormat::Singapore
@ Singapore
faker::phone::PhoneNumberCountryFormat::Grenada
@ Grenada
faker::phone::PhoneNumberCountryFormat::Palau
@ Palau
faker::phone::PhoneNumberCountryFormat::Indonesia
@ Indonesia
faker::phone::PhoneNumberCountryFormat::Aruba
@ Aruba
faker::phone::PhoneNumberCountryFormat::FrenchGuiana
@ FrenchGuiana
faker::phone::PhoneNumberCountryFormat::Cameroon
@ Cameroon
faker::phone::PhoneNumberCountryFormat::Morocco
@ Morocco
faker::phone::PhoneNumberCountryFormat::Ecuador
@ Ecuador
faker::phone::PhoneNumberCountryFormat::Tuvalu
@ Tuvalu
faker::phone::PhoneNumberCountryFormat::NewCaledonia
@ NewCaledonia
faker::phone::PhoneNumberCountryFormat::Montenegro
@ Montenegro
faker::phone::PhoneNumberCountryFormat::VirginIslandsBritish
@ VirginIslandsBritish
faker::phone::PhoneNumberCountryFormat::SaintMartin
@ SaintMartin
faker::phone::PhoneNumberCountryFormat::Dominica
@ Dominica
faker::phone::PhoneNumberCountryFormat::Japan
@ Japan
faker::phone::PhoneNumberCountryFormat::Uganda
@ Uganda
faker::phone::PhoneNumberCountryFormat::NorthernMarianaIslands
@ NorthernMarianaIslands
faker::phone::PhoneNumberCountryFormat::Taiwan
@ Taiwan
faker::phone::PhoneNumberCountryFormat::Fiji
@ Fiji
faker::phone::PhoneNumberCountryFormat::Croatia
@ Croatia
faker::phone::PhoneNumberCountryFormat::Algeria
@ Algeria
faker::phone::PhoneNumberCountryFormat::Greenland
@ Greenland
faker::phone::PhoneNumberCountryFormat::Israel
@ Israel
faker::phone::PhoneNumberCountryFormat::SaoTomeAndPrincipe
@ SaoTomeAndPrincipe
faker::phone::PhoneNumberCountryFormat::Iraq
@ Iraq
faker::phone::PhoneNumberCountryFormat::Eswatini
@ Eswatini
faker::phone::PhoneNumberCountryFormat::UnitedArabEmirates
@ UnitedArabEmirates
faker::phone::PhoneNumberCountryFormat::Nigeria
@ Nigeria
faker::phone::PhoneNumberCountryFormat::Maldives
@ Maldives
faker::phone::PhoneNumberCountryFormat::Liberia
@ Liberia
faker::phone::PhoneNumberCountryFormat::Suriname
@ Suriname
faker::phone::PhoneNumberCountryFormat::Belarus
@ Belarus
faker::phone::PhoneNumberCountryFormat::Bermuda
@ Bermuda
faker::phone::PhoneNumberCountryFormat::Gibraltar
@ Gibraltar
faker::phone::PhoneNumberCountryFormat::Andorra
@ Andorra
faker::phone::PhoneNumberCountryFormat::RussianFederation
@ RussianFederation
faker::phone::PhoneNumberCountryFormat::AmericanSamoa
@ AmericanSamoa
faker::phone::PhoneNumberCountryFormat::Namibia
@ Namibia
faker::phone::PhoneNumberCountryFormat::Greece
@ Greece
faker::phone::PhoneNumberCountryFormat::Panama
@ Panama
faker::phone::PhoneNumberCountryFormat::Belgium
@ Belgium
faker::phone::PhoneNumberCountryFormat::Botswana
@ Botswana
faker::phone::PhoneNumberCountryFormat::Bahamas
@ Bahamas
faker::phone::PhoneNumberCountryFormat::Bahrain
@ Bahrain
faker::phone::PhoneNumberCountryFormat::Afghanistan
@ Afghanistan
faker::phone::PhoneNumberCountryFormat::Jordan
@ Jordan
faker::phone::PhoneNumberCountryFormat::Finland
@ Finland
faker::phone::PhoneNumberCountryFormat::Malawi
@ Malawi
faker::phone::PhoneNumberCountryFormat::Azerbaijan
@ Azerbaijan
faker::phone::PhoneNumberCountryFormat::Yemen
@ Yemen
faker::phone::PhoneNumberCountryFormat::Paraguay
@ Paraguay
faker::phone::PhoneNumberCountryFormat::Sudan
@ Sudan
faker::phone::PhoneNumberCountryFormat::Uruguay
@ Uruguay
faker::phone::PhoneNumberCountryFormat::UK
@ UK
faker::phone::PhoneNumberCountryFormat::Estonia
@ Estonia
faker::phone::PhoneNumberCountryFormat::BurkinaFaso
@ BurkinaFaso
faker::phone::PhoneNumberCountryFormat::Philippines
@ Philippines
faker::phone::PhoneNumberCountryFormat::Default
@ Default
faker::phone::PhoneNumberCountryFormat::Qatar
@ Qatar
faker::phone::PhoneNumberCountryFormat::India
@ India
faker::phone::PhoneNumberCountryFormat::Nepal
@ Nepal
faker::phone::PhoneNumberCountryFormat::SouthAfrica
@ SouthAfrica
faker::phone::PhoneNumberCountryFormat::WallisAndFutuna
@ WallisAndFutuna
faker::phone::PhoneNumberCountryFormat::Peru
@ Peru
faker::phone::PhoneNumberCountryFormat::FaroeIslands
@ FaroeIslands
faker::phone::PhoneNumberCountryFormat::Usa
@ Usa
faker::phone::PhoneNumberCountryFormat::Slovakia
@ Slovakia
faker::phone::PhoneNumberCountryFormat::Martinique
@ Martinique
faker::phone::PhoneNumberCountryFormat::SanMarino
@ SanMarino
faker::phone::PhoneNumberCountryFormat::SvalbardAndJanMayenIslands
@ SvalbardAndJanMayenIslands
faker::phone::PhoneNumberCountryFormat::Mexico
@ Mexico
faker::phone::PhoneNumberCountryFormat::Guinea
@ Guinea
faker::phone::PhoneNumberCountryFormat::Djibouti
@ Djibouti
faker::phone::PhoneNumberCountryFormat::Spain
@ Spain
faker::phone::PhoneNumberCountryFormat::Somalia
@ Somalia
faker::phone::PhoneNumberCountryFormat::Malta
@ Malta
faker::phone::PhoneNumberCountryFormat::Reunion
@ Reunion
faker::phone::PhoneNumberCountryFormat::Poland
@ Poland
faker::phone::PhoneNumberCountryFormat::Guatemala
@ Guatemala
faker::phone::PhoneNumberCountryFormat::Austria
@ Austria
faker::phone::PhoneNumberCountryFormat::Senegal
@ Senegal
faker::phone::PhoneNumberCountryFormat::Mayotte
@ Mayotte
faker::phone::PhoneNumberCountryFormat::Zimbabwe
@ Zimbabwe
faker::phone::PhoneNumberCountryFormat::Rwanda
@ Rwanda
faker::phone::PhoneNumberCountryFormat::Benin
@ Benin
faker::phone::PhoneNumberCountryFormat::Armenia
@ Armenia
faker::phone::PhoneNumberCountryFormat::Latvia
@ Latvia
faker::phone::PhoneNumberCountryFormat::Uzbekistan
@ Uzbekistan
faker::phone::PhoneNumberCountryFormat::TimorLeste
@ TimorLeste
faker::phone::PhoneNumberCountryFormat::Guernsey
@ Guernsey
faker::phone::PhoneNumberCountryFormat::LibyanArabJamahiriya
@ LibyanArabJamahiriya
faker::phone::PhoneNumberCountryFormat::RepublicOfKorea
@ RepublicOfKorea
faker::phone::PhoneNumberCountryFormat::Netherlands
@ Netherlands
faker::phone::PhoneNumberCountryFormat::CaymanIslands
@ CaymanIslands
faker::phone::PhoneNumberCountryFormat::Mozambique
@ Mozambique
faker::phone::PhoneNumberCountryFormat::SaintBarthelemy
@ SaintBarthelemy
faker::phone::PhoneNumberCountryFormat::DominicanRepublic
@ DominicanRepublic
faker::phone::PhoneNumberCountryFormat::China
@ China
faker::phone::PhoneNumberCountryFormat::SriLanka
@ SriLanka
faker::phone::PhoneNumberCountryFormat::Zambia
@ Zambia
faker::phone::PhoneNumberCountryFormat::SyrianArabRepublic
@ SyrianArabRepublic
faker::phone::PhoneNumberCountryFormat::Lebanon
@ Lebanon
faker::phone::PhoneNumberCountryFormat::Tajikistan
@ Tajikistan
faker::phone::PhoneNumberCountryFormat::Madagascar
@ Madagascar
faker::phone::PhoneNumberCountryFormat::CookIslands
@ CookIslands
faker::phone::PhoneNumberCountryFormat::Iceland
@ Iceland
faker::phone::PhoneNumberCountryFormat::Haiti
@ Haiti
faker::phone::PhoneNumberCountryFormat::Pakistan
@ Pakistan
faker::phone::PhoneNumberCountryFormat::TurksAndCaicosIslands
@ TurksAndCaicosIslands
faker::phone::PhoneNumberCountryFormat::Mongolia
@ Mongolia
faker::phone::PhoneNumberCountryFormat::Niger
@ Niger
faker::phone::PhoneNumberCountryFormat::Tanzania
@ Tanzania
faker::phone::PhoneNumberCountryFormat::Albania
@ Albania
faker::phone::PhoneNumberCountryFormat::AlandIslands
@ AlandIslands
faker::phone::PhoneNumberCountryFormat::IsleOfMan
@ IsleOfMan
faker::phone::PhoneNumberCountryFormat::Sweden
@ Sweden
faker::phone::PhoneNumberCountryFormat::Eritrea
@ Eritrea
faker::phone::PhoneNumberCountryFormat::PuertoRico
@ PuertoRico
faker::phone::PhoneNumberCountryFormat::PapuaNewGuinea
@ PapuaNewGuinea
faker::phone::PhoneNumberCountryFormat::CostaRica
@ CostaRica
faker::phone::PhoneNumberCountryFormat::Anguilla
@ Anguilla
faker::phone::PhoneNumberCountryFormat::Guyana
@ Guyana
faker::phone::PhoneNumberCountryFormat::BruneiDarussalam
@ BruneiDarussalam
faker::phone::PhoneNumberCountryFormat::Nauru
@ Nauru
faker::phone::PhoneNumberCountryFormat::Seychelles
@ Seychelles
faker::phone::PhoneNumberCountryFormat::NorthMacedonia
@ NorthMacedonia
faker::phone::PhoneNumberCountryFormat::Norway
@ Norway
faker::phone::PhoneNumberCountryFormat::Monaco
@ Monaco
faker::phone::PhoneNumberCountryFormat::Tunisia
@ Tunisia
faker::phone::PhoneNumberCountryFormat::Mauritania
@ Mauritania
faker::phone::PhoneNumberCountryFormat::Germany
@ Germany
faker::phone::PhoneNumberCountryFormat::Lithuania
@ Lithuania
faker::phone::PhoneNumberCountryFormat::SierraLeone
@ SierraLeone
faker::phone::PhoneNumberCountryFormat::Liechtenstein
@ Liechtenstein
faker::phone::PhoneNumberCountryFormat::ElSalvador
@ ElSalvador
faker::phone::PhoneNumberCountryFormat::SaudiArabia
@ SaudiArabia
faker::phone::PhoneNumberCountryFormat::Tonga
@ Tonga
faker::phone::PhoneNumberCountryFormat::Niue
@ Niue
faker::phone::PhoneNumberCountryFormat::Chad
@ Chad
faker::phone::PhoneNumberCountryFormat::SaintVincentAndTheGrenadines
@ SaintVincentAndTheGrenadines
faker::phone::PhoneNumberCountryFormat::Ethiopia
@ Ethiopia
faker::phone::PhoneNumberCountryFormat::Gambia
@ Gambia
faker::phone::PhoneNumberCountryFormat::Egypt
@ Egypt
faker::phone::PhoneNumberCountryFormat::Congo
@ Congo
faker::phone::PhoneNumberCountryFormat::Bhutan
@ Bhutan
faker::phone::PhoneNumberCountryFormat::Ghana
@ Ghana
faker::phone::PhoneNumberCountryFormat::Mali
@ Mali
faker::phone::PhoneNumberCountryFormat::Venezuela
@ Venezuela
faker::phone::PhoneNumberCountryFormat::Lesotho
@ Lesotho
faker::phone::PhoneNumberCountryFormat::Cyprus
@ Cyprus
faker::phone::PhoneNumberCountryFormat::Portugal
@ Portugal
faker::phone::PhoneNumberCountryFormat::Georgia
@ Georgia
faker::phone::PhoneNumberCountryFormat::FrenchPolynesia
@ FrenchPolynesia
faker::phone::PhoneNumberCountryFormat::Colombia
@ Colombia
faker::phone::PhoneNumberCountryFormat::MarshallIslands
@ MarshallIslands
faker::phone::PhoneNumberCountryFormat::Ukraine
@ Ukraine
faker::phone::PhoneNumberCountryFormat::VirginIslandsUS
@ VirginIslandsUS
faker::phone::PhoneNumberCountryFormat::Honduras
@ Honduras
faker::phone::PhoneNumberCountryFormat::SintMaarten
@ SintMaarten
faker::phone::PhoneNumberCountryFormat::Turkmenistan
@ Turkmenistan
faker::phone::PhoneNumberCountryFormat::Bangladesh
@ Bangladesh
faker::phone::PhoneNumberCountryFormat::Hungary
@ Hungary
faker::phone::PhoneNumberCountryFormat::SaintPierreAndMiquelon
@ SaintPierreAndMiquelon
faker::phone::PhoneNumberCountryFormat::Gabon
@ Gabon
faker::phone::PhoneNumberCountryFormat::Vietnam
@ Vietnam
faker::phone::PhoneNumberCountryFormat::Vanuatu
@ Vanuatu
include
faker-cxx
phone.h
Generated by
1.12.0