Type namespace
#include <File.h>

A namespace.

Contents

Typedefs

using Ugly = Me
Another typedef.
using Func = void(*)(int, std::string&)
Function pointer typedef.

Typedef documentation

typedef Me Type::Ugly

Another typedef.

Details.

typedef void(*Type::Func)(int, std::string&)

Function pointer typedef.

Huh.