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