![]() |
mutable
A Database System for Research and Fast Prototyping
|
Helper struct to check whether parameter pack type. More...
#include <concepts.hpp>
Public Member Functions | |
template<std::size_t... Is> requires (sizeof...(Is) == param_pack_size_v<P>) | |
and (std::same_as< param_pack_element_t< Is, P >, T > and ...) typed_param_pack_helper(std | |
Helper struct to check whether parameter pack type.
P | contains only elements of type |
T. |
Definition at line 187 of file concepts.hpp.
|
inline |
Definition at line 190 of file concepts.hpp.