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

Check whether. More...

#include <concepts.hpp>

Concept definition

template<typename T>
concept m::pointer = std::is_pointer_v<T>
Check whether.
Definition: concepts.hpp:39

Detailed Description

Check whether.

Template Parameters
Tis a pointer type.

Definition at line 39 of file concepts.hpp.