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>
#define a

Detailed Description

Definition at line 68 of file matpack_concepts.h.