Welcome to hello’s documentation!¶
Indices and tables¶
C++ documentation¶
-
namespace
hello¶ Hello
Contains example functions.
Functions
-
std::string
hello(char const *name = "World")¶ Says hello
- Return
The greeting as a string.
- Parameters
name: Says hello to the given name. If no name is given, it says hello to the world.
-
int
return_answer_to_life()¶ Answers an important question
- Return
Answer to the Ultimate Question of Life, the Universe, and Everything.
-
std::string