Skip to content

jacking75/edu_Template-Metaprogramming-with-CPP

 
 

Repository files navigation

템플릿 프로그래밍 학습을 위한 예제 코드

이 저장소에 있는 코드에 대한 설명은 아래의 글을 보기 바란다.
학습을 위해 원 저장소에 있는 코드를 조금 수정하고, Visual Studio 2022 버전을 중심으로 한다.

이 코드들을 설명한 원 책의 목차는 아래와 같다

  1. Introduction to Templates
  2. Template Fundamentals
  3. Variadic Templates
  4. Advanced Template Concepts
  5. Type Traits and Conditional Compilation
  6. Concepts and Constraints
  7. Patterns and Idioms
  8. Ranges and Algorithms
  9. The Ranges Library

original 디렉토리에 원본 파일이 있다

About

Template Metaprogramming with C++, published by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.3%
  • CMake 0.7%