ARTS
2.5.10 (git: 2f1c442c)
matpack::external_class::has_size Concept Reference
#include <
matpack_concepts.h
>
Concept definition
template
<
typename
T>
concept
matpack::external_class::has_size
=
requires
(T
a
) {
{
a
.size() } -> std::integral;
} and not
matpack_type<T>
matpack::external_class::has_size
Definition:
matpack_concepts.h:68
matpack::matpack_type
Definition:
matpack_concepts.h:10
a
#define a
Detailed Description
Definition at line
68
of file
matpack_concepts.h
.
matpack
external_class
has_size
Generated on Wed Feb 1 2023 09:46:09 for ARTS by
1.9.6