본문 바로가기

카테고리 없음

[C/C++] template 클래스 operator overloading, friend

https://www.devoops.kr/126

 

C++ 템플릿 template과 friend

클래스 템플릿안에 friend 함수를 선언하는 방법 friend 함수 선언시에 함수 자체를 템플릿 모양으로 선언 friend 관계: N:N #include using namespace std; template class Point { T x, y; public: Point(T a =..

www.devoops.kr

이 블로그의 template관련 글에 관련해서 다양한 자료가 많으니 참고!