-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
layout: single | ||
title: "Template Meta Programming" | ||
date: 2023-06-21 11:56:13 +0900 | ||
categories: C++ | ||
toc: true | ||
toc_sticky: true | ||
|
||
--- | ||
|
||
# Generic Programming | ||
|
||
function 과 class 따위의 entity 를 이후에 명시될 type 에 대해 작성하는 코드 패러다임 | ||
|
||
# MetaProgramming | ||
|
||
|
||
# Fold expressions | ||
|
||
https://www.modernescpp.com/index.php/smart-tricks-with-fold-expressions/ |