Concept ITuple<T> check if T is a tuple. More...
#include <Concepts.h>
Concept ITuple<T> check if T is a tuple.
based on https://stackoverflow.com/questions/68443804/c20-concept-to-check-tuple-like-types
Definition at line 298 of file Concepts.h.