Skip to content

Commit

Permalink
TMP kickoff
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ser4ble committed Oct 13, 2023
1 parent 328f0db commit 067d6de
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions _posts/2023-06-21-TMP.markdown
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/

0 comments on commit 067d6de

Please sign in to comment.