Searched refs:CRTPBase (Results 1 – 2 of 2) sorted by relevance
146 template<typename T> struct CRTPBase { struct150 struct CRTP : CRTPBase<CRTP> {};
309 class CRTPBase { class315 class CRTPDerived : CRTPBase<CRTPDerived> {