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

Check whether. More...

#include <concepts.hpp>

Concept definition

template<typename T>
concept m::is_unsharable_shared_ptr = std::same_as<std::decay_t<T>, unsharable_shared_ptr<typename T::element_type>>

Detailed Description

Check whether.

Template Parameters
Tis a unsharable shared pointer type.

Definition at line 109 of file concepts.hpp.