...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Table of Contents
struct HelloWorld
{
void operator()() const
{
std::cout << "Hello, World!" << std::endl;
}
};