conststr 0.2.1
Loading...
Searching...
No Matches
conststr::meta::all_same_of Concept Reference

This concept is satisfied if all values of Vs... has the same type. More...

#include <conststr.hpp>

Concept definition

template<auto... Vs>
concept conststr::meta::all_same_of = all_same<std::remove_cvref_t<decltype(Vs)>...>
This concept is satisfied if all values of Vs... has the same type.
Definition: conststr.hpp:313
This concept is satisfied if all types of Ts... the same type.
Definition: conststr.hpp:307

Detailed Description

This concept is satisfied if all values of Vs... has the same type.

Template Parameters
Vsthe variable template parameter pack