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

Concept for types that are all convertible 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 convertible to another and have no cv- or ref-qualifiers.
Definition concepts.h:79
Concept for a type that is convertible to another and has no cv- or ref-qualifiers.
Definition concepts.h:68

Detailed Description

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

Template Parameters
UType to convert to.
TsTypes to convert.

Definition at line 78 of file concepts.h.