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