ProjGeom class
#include <projgeom/greeter.h>
A class for saying hello in multiple languages.
Contents
Constructors, destructors, conversion operators
- ProjGeom(std::string name)
- Creates a new projgeom.
Public functions
-
auto greet(LanguageCode lang = LanguageCode::
EN) const -> std::string - Creates a localized string containing the greeting.
Function documentation
projgeom:: ProjGeom:: ProjGeom(std::string name)
Creates a new projgeom.
| Parameters | |
|---|---|
| name in | the name to greet |
std::string projgeom:: ProjGeom:: greet(LanguageCode lang = LanguageCode:: EN) const
Creates a localized string containing the greeting.
| Parameters | |
|---|---|
| lang in | the language to greet in |
| Returns | a string containing the greeting |