ReactivePlusPlus
ReactiveX implementation for C++20
Loading...
Searching...
No Matches
rpp::constraint::is_constructible_from Concept Reference
Concept definition
template
<
typename
T,
typename
... Args>
concept
rpp::constraint::is_constructible_from
=
requires
(Args... args) {
{
T{
static_cast<
Args&&
>
(args)...}
} -> std::same_as<T>;
}
rpp::constraint::is_constructible_from
Definition
constraints.hpp:43
rpp
constraint
is_constructible_from
Generated by
1.12.0