Faker C++
Loading...
Searching...
No Matches
education.h File Reference
#include <string_view>
#include "faker-cxx/export.h"
#include "faker-cxx/types/locale.h"
Include dependency graph for education.h:

Go to the source code of this file.

Namespaces

namespace  faker
 
namespace  faker::education
 

Functions

FAKER_CXX_EXPORT std::string_view faker::education::school (Locale locale=Locale::en_US)
 Returns a random school name.
 
FAKER_CXX_EXPORT std::string_view faker::education::degree (Locale locale=Locale::en_US)
 Returns a random degree type (e.g., BSc, MBA).
 
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).
 
FAKER_CXX_EXPORT std::string_view faker::education::term (Locale locale=Locale::en_US)
 Returns a random academic term (e.g., Semester, GPA).
 
FAKER_CXX_EXPORT std::string_view faker::education::courses (Locale locale=Locale::en_US)
 Returns a random list of courses.