CppNsStack

Stack of nested C++ namespaces.

So A::B::C would be a range of [A, B, C].

@safe pure nothrow @nogc
struct CppNsStack {
CppNs[] payload;
}

Alias This

payload

Meta