Skip to content

Opening book details…

Can I read Concepts in Generic Programming on EtoBox?

Concepts in Generic Programming by mdeziderio is a document available to read on EtoBox.

What is Concepts in Generic Programming about?

This document discusses concepts in C++, which specify requirements for template arguments. It describes the background and motivation for concepts, including addressing issues with traditional unconstrained templates like poor error messages. Concepts allow templates to be used more like regular functions by specifying requirements upfront. The document outlines the basic usage of concepts, how they are defined as predicates, guidelines for designing with concepts, and how concepts can resolve overloads. I

Author
mdeziderio
Language
EN