#include <string_view>
#include "faker-cxx/export.h"
#include "faker-cxx/types/locale.h"
Go to the source code of this file.
|  | 
| FAKER_CXX_EXPORT std::string_view | faker::book::title (Locale locale=Locale::en_US) | 
|  | Returns a random book title. 
 | 
|  | 
| FAKER_CXX_EXPORT std::string_view | faker::book::genre (Locale locale=Locale::en_US) | 
|  | Returns a random book genre. 
 | 
|  | 
| FAKER_CXX_EXPORT std::string_view | faker::book::author (Locale locale=Locale::en_US) | 
|  | Returns a random book author. 
 | 
|  | 
| FAKER_CXX_EXPORT std::string_view | faker::book::publisher (Locale locale=Locale::en_US) | 
|  | Returns a random book publisher. 
 | 
|  | 
| FAKER_CXX_EXPORT std::string_view | faker::book::format (Locale locale=Locale::en_US) | 
|  | Returns format of book. 
 | 
|  | 
| FAKER_CXX_EXPORT std::string_view | faker::book::series (Locale locale=Locale::en_US) | 
|  | returns a random book series 
 | 
|  |