Faker C++
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
8{
18FAKER_CXX_EXPORT std::string_view condition();
19
29FAKER_CXX_EXPORT std::string_view medicalTest();
30
41FAKER_CXX_EXPORT std::string_view specialty();
42}
Definition medicine.h:8
FAKER_CXX_EXPORT std::string_view medicalTest()
Returns a random medical test.
FAKER_CXX_EXPORT std::string_view condition()
Returns a random medical condition.
FAKER_CXX_EXPORT std::string_view specialty()
Returns a random Medical specialty.