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