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

Concept for types that are all the same as another after removing cv- and ref-qualifiers. More...

#include <concepts.h>

Concept definition

template<typename U, typename... Ts>
Concept for types that are all the same as another after removing cv- and ref-qualifiers.
Definition concepts.h:57
Concept for types that are the same after removing cv- and ref-qualifiers.
Definition concepts.h:14

Detailed Description

Concept for types that are all the same as another after removing cv- and ref-qualifiers.

Template Parameters
UType to compare against.
TsTypes to compare.

Definition at line 57 of file concepts.h.