Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は最近これを見ました:
template <class U> struct ST { ... }; template <class U, class V> struct ST<U V::*> { ... };
2 番目のテンプレートは 1 番目のテンプレートの特殊化であると想定しています。
U V::*しかし、 ???のセマンティクスは何ですか?
U V::*