5#include "faker-cxx/export.h"
6#include "faker-cxx/types/locale.h"
21FAKER_CXX_EXPORT std::string_view
school(Locale locale = Locale::en_US);
34FAKER_CXX_EXPORT std::string_view
degree(Locale locale = Locale::en_US);
47FAKER_CXX_EXPORT std::string_view
field(Locale locale = Locale::en_US);
60FAKER_CXX_EXPORT std::string_view
term(Locale locale = Locale::en_US);
73FAKER_CXX_EXPORT std::string_view
courses(Locale locale = Locale::en_US);
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 courses(Locale locale=Locale::en_US)
Returns a random list of courses.
FAKER_CXX_EXPORT std::string_view school(Locale locale=Locale::en_US)
Returns a random school name.
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).