bingo::Bingo class

A class for saying hello in multiple languages.

Constructors, destructors, conversion operators

Bingo(std::string name)
Creates a new bingo.

Public functions

auto greet(LanguageCode lang = LanguageCode::EN) const -> std::string
Creates a localized string containing the greeting.

Function documentation

bingo::Bingo::Bingo(std::string name)

Creates a new bingo.

Parameters
name the name to greet

std::string bingo::Bingo::greet(LanguageCode lang = LanguageCode::EN) const

Creates a localized string containing the greeting.

Parameters
lang the language to greet in
Returns a string containing the greeting