Home | History | Annotate | Download | only in gtest

Lines Matching refs:Tmpl

5316 // The template "selector" struct TemplateSel<Tmpl> is used to
5317 // represent Tmpl, which must be a class template with one type
5318 // parameter, as a type. TemplateSel<Tmpl>::Bind<T>::type is defined
5319 // as the type Tmpl<T>. This allows us to actually instantiate the
5320 // template "selected" by TemplateSel<Tmpl>.
5324 template <GTEST_TEMPLATE_ Tmpl>
5328 typedef Tmpl<T> type;