BugDict/C++
[C++] "ambiguous overload for 'operator<<' (operand types are 'std::ostream' and 'const MyClass')" 해결
문제상황: 클래스를 활용한 C++ 개발 중, 클래스 내의 멤버 변수를 출력하려고 할 때 오버로딩한 operator
문제상황: 클래스를 활용한 C++ 개발 중, 클래스 내의 멤버 변수를 출력하려고 할 때 오버로딩한 operator