Concept in C++

C++20 introduced concept as a major language feature that allows developers to specify constraints on template parameters.

Read more

Bitfields

Intoducing bitfileds in C++

Read more

CRTP

Curiously Recurring Template Pattern

Read more