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>).
November 14-16, Berlin, Germany
November 18-23, Wrocław, Poland
November 25, Wrocław, Poland
February 10-15, Hagenberg, Austria
March 19-21, Madrid, Spain
April 1-4, Bristol, UK
June 16-21, Sofia, Bulgaria
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
Comments are closed.