vkdb
A time series database engine in C++.
Loading...
Searching...
No Matches
AllConstructibleToNoCVRefQuals Concept Reference

Concept for types that are all constructible to another and have no cv- or ref-qualifiers. More...

#include <concepts.h>

Concept definition

template<typename U, typename... Ts>
Concept for types that are all constructible to another and have no cv- or ref-qualifiers.
Definition concepts.h:101
Concept for a type that is constructible to another and has no cv- or ref-qualifiers.
Definition concepts.h:90

Detailed Description

Concept for types that are all constructible to another and have no cv- or ref-qualifiers.

Template Parameters
UType to construct to.
TsTypes to construct from.

Definition at line 100 of file concepts.h.