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

Check whether. More...

#include <concepts.hpp>

Concept definition

template<typename T>
concept m::param_pack = detail::is_param_pack_v<T>
Check whether.
Definition: concepts.hpp:173

Detailed Description

Check whether.

Template Parameters
Tis a parameter pack type.

Definition at line 173 of file concepts.hpp.