Skip to content

the-risk-taker/crtp-curiously-recurring-template-pattern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRTP

Some examples of Curiously Recurring Template Pattern (CRT). Made for in-company lightning talk.

Building

Building examples with CMake (from repository root directory):

cmake -S . -B <build_dir>
cmake --build <build_dir>

About

Code for lighting talk about CRTP

Topics

Resources

Stars

Watchers

Forks