/cpp.crtp.template.pattern

Curiously recurring template pattern

Primary LanguageC++MIT LicenseMIT

C++ Curiously recurring template pattern

"... The curiously recurring template pattern (CRTP) is an idiom in C++ in which a class X derives from a class template instantiation using X itself as template argument ..."

source