Searched refs:XInner (Results 1 – 1 of 1) sorted by relevance
196 template<bool B = T0::value> struct XInner { static const bool value = B; }; struct201 static constexpr bool f() { return typename X<S<B>>::template XInner<>{}.value; } in f()