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 T0> operator A<T0> ...
テンプレート引数がない場合は、への変換A<T1>、つまりno-opになります。
A<T1>