Template Metavariables

CeePlusPlus metavariables often used by TemplateMetaprogrammingTechniques.

 namespace framework {
 namespace meta
 {
    struct unspecified {};   
    typedef char (&yes)[1];  
    typedef char (&no )[2];

} // namespace meta } // namespace framework

See TemplateMetaprogrammingTechniques, TemplateMetafunctionHasFunction.


EditText of this page (last edited December 25, 2004) or FindPage with title or text search