![]() |
Faker C++
|
Functions | |
FAKER_CXX_EXPORT std::string_view | school (Locale locale=Locale::en_US) |
Returns a random school name. | |
FAKER_CXX_EXPORT std::string_view | degree (Locale locale=Locale::en_US) |
Returns a random degree type (e.g., BSc, MBA). | |
FAKER_CXX_EXPORT std::string_view | field (Locale locale=Locale::en_US) |
Returns a random field of study (e.g., Computer Science, Business). | |
FAKER_CXX_EXPORT std::string_view | term (Locale locale=Locale::en_US) |
Returns a random academic term (e.g., Semester, GPA). | |
FAKER_CXX_EXPORT std::string_view | courses (Locale locale=Locale::en_US) |
Returns a random list of courses. | |
FAKER_CXX_EXPORT std::string_view faker::education::courses | ( | Locale | locale = Locale::en_US | ) |
Returns a random list of courses.
locale | The locale. Defaults to `Locale::en_US`. |
FAKER_CXX_EXPORT std::string_view faker::education::degree | ( | Locale | locale = Locale::en_US | ) |
Returns a random degree type (e.g., BSc, MBA).
locale | The locale. Defaults to `Locale::en_US`. |
FAKER_CXX_EXPORT std::string_view faker::education::field | ( | Locale | locale = Locale::en_US | ) |
Returns a random field of study (e.g., Computer Science, Business).
locale | The locale. Defaults to `Locale::en_US`. |
FAKER_CXX_EXPORT std::string_view faker::education::school | ( | Locale | locale = Locale::en_US | ) |
Returns a random school name.
locale | The locale. Defaults to `Locale::en_US`. |
FAKER_CXX_EXPORT std::string_view faker::education::term | ( | Locale | locale = Locale::en_US | ) |
Returns a random academic term (e.g., Semester, GPA).
locale | The locale. Defaults to `Locale::en_US`. |