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

Check whether. More...

#include <concepts.hpp>

Concept definition

template<typename T>
concept m::is_reference_wrapper = std::same_as<std::decay_t<T>, std::reference_wrapper<typename T::type>>
Check whether.
Definition: concepts.hpp:113

Detailed Description

Check whether.

Template Parameters
Tis a reference wrapper type.

Definition at line 113 of file concepts.hpp.