Searched refs:A_int (Results 1 – 3 of 3) sorted by relevance
3 template <template <typename> class A> class B { typedef A<int> A_int; }; typedef in B
4 typedef A<int> A_int; typedef