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

Check whether. More...

#include <concepts.hpp>

Concept definition

template<typename T>
concept m::boolean = std::same_as<T, bool>
Check whether.
Definition: concepts.hpp:14

Detailed Description

Check whether.

Template Parameters
Tis boolean.

Definition at line 14 of file concepts.hpp.