libbmb
Modern implementation of STL
Loading...
Searching...
No Matches
bmb::ConstructibleFrom Concept Reference
ConstructibleFrom.
More...
#include <
concepts.h
>
Concept definition
template
<
typename
T
,
typename
...
Args
>
concept
bmb::ConstructibleFrom
=
requires
{
T
(
declval<Args>
()...); }
bmb::ConstructibleFrom
ConstructibleFrom.
Definition
concepts.h:31
bmb::forward
constexpr T && forward(remove_ref_t< T > &value) noexcept
Forward a lvalue.
Definition
move.h:33
Detailed Description
ConstructibleFrom.
bmb
ConstructibleFrom
Generated by
1.9.8