![]() |
Faker C++
|
#include <string>#include <string_view>#include "faker-cxx/export.h"

Go to the source code of this file.
Namespaces | |
| namespace | faker |
| namespace | faker::hacker |
Functions | |
| FAKER_CXX_EXPORT std::string_view | faker::hacker::abbreviation () |
| Returns a hacker abbreviation. | |
| FAKER_CXX_EXPORT std::string_view | faker::hacker::adjective () |
| Returns a random adjective. | |
| FAKER_CXX_EXPORT std::string_view | faker::hacker::noun () |
| Returns a random noun. | |
| FAKER_CXX_EXPORT std::string_view | faker::hacker::verb () |
| Returns a random verb. | |
| FAKER_CXX_EXPORT std::string_view | faker::hacker::ingverb () |
| Returns a random ingverb. | |
| FAKER_CXX_EXPORT std::string | faker::hacker::phrase () |
| Returns a random phrase. | |