Curiously Recurring Template Pattern CRTP

suggest change

Introduction

A pattern in which a class inherits from a class template with itself as one of its template parameters. CRTP is usually used to provide static polymorphism in C++.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents