mutable
A Database System for Research and Fast Prototyping
Loading...
Searching...
No Matches
Public Member Functions
m::detail::typed_param_pack_helper< P, T > Struct Template Reference

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
 

Detailed Description

template<param_pack P, typename T>
struct m::detail::typed_param_pack_helper< P, T >

Helper struct to check whether parameter pack type.

Template Parameters
Pcontains only elements of type
T.

Definition at line 187 of file concepts.hpp.

Member Function Documentation

◆ and()

template<param_pack P, typename T >
template<std::size_t... Is>
requires (sizeof...(Is) == param_pack_size_v<P>)
m::detail::typed_param_pack_helper< P, T >::and ( std::same_as< param_pack_element_t< Is, P >, T and ...)
inline

Definition at line 190 of file concepts.hpp.


The documentation for this struct was generated from the following file: