Faker C++
Toggle main menu visibility
Loading...
Searching...
No Matches
medicine.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::medicine
9
{
20
FAKER_CXX_EXPORT std::string_view
condition
(Locale locale = Locale::en_US);
21
32
FAKER_CXX_EXPORT std::string_view
medicalTest
(Locale locale = Locale::en_US);
33
44
45
FAKER_CXX_EXPORT std::string_view
specialty
(Locale locale = Locale::en_US);
46
}
faker::medicine
Definition
medicine.h:9
faker::medicine::medicalTest
FAKER_CXX_EXPORT std::string_view medicalTest(Locale locale=Locale::en_US)
Returns a random medical test.
faker::medicine::condition
FAKER_CXX_EXPORT std::string_view condition(Locale locale=Locale::en_US)
Returns a random medical condition.
faker::medicine::specialty
FAKER_CXX_EXPORT std::string_view specialty(Locale locale=Locale::en_US)
Returns a random Medical specialty.
include
faker-cxx
medicine.h
Generated by
1.17.0