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

Check whether. More...

#include <concepts.hpp>

Concept definition

template<typename T>
concept m::decayable = not std::same_as<T, std::decay_t<T>>
Check whether.
Definition: concepts.hpp:52

Detailed Description

Check whether.

Template Parameters
Tis a decayable type.

Definition at line 52 of file concepts.hpp.