mutable
A Database System for Research and Fast Prototyping
Loading...
Searching...
No Matches
m::typed_param_pack Concept Reference

Check whether. More...

#include <concepts.hpp>

Concept definition

template<typename P, typename T>
concept m::typed_param_pack = requires {
detail::typed_param_pack_helper<P, T>(std::make_index_sequence<param_pack_size_v<P>>{});
}
Check whether.
Definition: concepts.hpp:198

Detailed Description

Check whether.

Template Parameters
Pis a parameter pack type containing only types
T.

Definition at line 198 of file concepts.hpp.