The series continue.
Check Types with Concepts - The Motivation
by Rainer Grimm
From the article:
static_assert allows you to check at compile time if a type T fulfills the Concept: static_assert(Concept<T>).
Jul 4-7, Folkestone, UK
Jul 18-20, Toronto, Canada
Sep 5-7, Tel Aviv, Israel
Sep 12-16, Aurora, CO, USA
Nov 7-12, Zoom and Kona, HI, USA
By Adrien Hamelin | May 11, 2022 01:35 PM | Tags: c++20
The series continue.
Check Types with Concepts - The Motivation
by Rainer Grimm
From the article:
static_assert allows you to check at compile time if a type T fulfills the Concept: static_assert(Concept<T>).
There are currently no comments on this entry.
Add a Comment