DEBSOURCES
Skip Quicknav
sources / c%2B%2B-annotations / 11.5.0-1 / yo / advancedtemplates / examples / inttype.h
12345678910
#ifndef INCLUDED_INTTYPE_H_ #define INCLUDED_INTTYPE_H_ template <int nr> struct IntType { enum { value = nr } ; }; #endif