23#ifndef VCL_CONCEPTS_TYPES_H
24#define VCL_CONCEPTS_TYPES_H
78template<
template<
typename>
typename C,
typename T>
Concept for types that can be used as indices.
Definition types.h:38
Concept that is evaluated true if T is a class.
Definition types.h:54
Concept that is evaluated true if the templated type C is instantiable with type T,...
Definition types.h:79
Concept that is evaluated true if T is not a class.
Definition types.h:62
Concept for types that can be used as indices, excluding bool.
Definition types.h:46