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

Check whether. More...

#include <concepts.hpp>

Concept definition

template<typename T, typename U>
concept m::have_common_type = requires { typename common_type_t<T, U>; }
Check whether.
Definition: concepts.hpp:100

Detailed Description

Check whether.

Template Parameters
Tand
Uhave a common type.

Definition at line 100 of file concepts.hpp.