Define NS_END_
Defined in File macros.hpp
Define Documentation
-
NS_END_(ns)
Callback macro for recursive macro expansion for nested namespace end pasting.
ns
is the namespace to paste. Note that it is not strictly necessary to pass the namespace name to this macro, as it only pastes a single bracket; it is more self documenting to do so, however.