DEBSOURCES
Skip Quicknav
sources / c%2B%2B-annotations / 11.5.0-1 / yo / advancedtemplates / examples / errcode / category / instance.cc
123456789
//#define XERR #include "category.ih" Category Category::s_instance; Category &Category::instance() { return s_instance; }