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

Check whether. More...

#include <concepts.hpp>

Concept definition

template<typename T, template< typename... > class Template>
concept m::is_specialization = detail::is_specialization<std::remove_cvref_t<T>, Template>::value
Check whether.
Definition: concepts.hpp:133
‍mutable namespace
Definition: Backend.hpp:10
T(x)

Detailed Description

Check whether.

Template Parameters
Tis a specialization of
Template.Strips CV-qualifications of
Tfor convenient use, e.g. in conjunction with decltype.

Definition at line 133 of file concepts.hpp.