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.
私は C++11 の学習を始めたばかりで、新機能のリストにこの構文を見たことがありません。
template <template <typename> class F> struct fun;
それは何で、どのように機能しますか?