#include #include "example.hpp" HIDE( /// [expr1] template using expr = metal::number; /// [expr1] ) HIDE( /// [expr2] template struct expr; /// [expr2] ) HIDE( /// [not_an_expr1] template class...> // non-type parameter struct not_an_expr; /// [not_an_expr1] ) HIDE( /// [not_an_expr2] template // non-type parameter using not_an_expr = metal::number; /// [not_an_expr2] )