팔만코딩경
/
Library DB
/
[c++] Template Recursion(템플릿 재귀)
Search
Duplicate
Share
📕
[c++] Template Recursion(템플릿 재귀)
간단소개
좀 더 복잡한 클래스나 함수를 만들기 위한 템플릿 재귀
팔만코딩경 컨트리뷰터
ContributorNotionAccount
주제 / 분류
C++
Scrap
태그
c++
Template
9 more properties
[c++] Template Recursion(템플릿 재귀)
간단한 예시이다. 간단히 구조체를 이용해서 구현할 수 있다. class를 이용해도 마찬가지로 구현할 수 있다.탬플릿 재귀를 이용해서 다소 복잡한 함수나 클래스를 구현할 수 있다.구조체 내부에서 호출하는 형태는 기존의 재귀함수 사용법이랑 유사하다. 하지만 running