You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// helper define for defining the type_name() for a type within the vsg namespace.
41
+
/// Helper macro for defining the type_name() for a type, if used within vsg namespace you can put in alongside the class.
42
+
/// If adding type name for a class in another namespace you must put the macro in the global scope rather than within the namespace, otherwise you'll get a namespace related compile error.
0 commit comments