toStringNs

Convert a namespace stack to a string separated by ::.

string
toStringNs
@safe
(
T : const(Tx)
Tx
)
(
T ns
)
if (
is(Tx == CppNsStack) ||
is(Tx == CppNs[])
)

Meta