Pair<Type1, Type2>::operator=
template <class U, class V> Pair & operator= (const Pair< U, V > & p);
Template 파라미터
- U
U 타입 template 파라미터입니다. - V
V 타입 template 파라미터입니다.
파라미터
- p
U와 V template 파라미터들에 의해 정의된 Pair 객체입니다.
Graphisoft®
GSRootVersion: 1.0
template <class U, class V> Pair & operator= (const Pair< U, V > & p);