ARTS 2.5.11 (git: 725533f0)
CopyConstructor Concept Reference

#include <workspace_ng.h>

Concept definition

template<typename T>
concept CopyConstructor = requires(const T& a) {{ T{a} };}
#define a

Detailed Description

Definition at line 205 of file workspace_ng.h.