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(); }
DefaultConstructible.
Definition concepts.h:27
constexpr T && forward(remove_ref_t< T > &value) noexcept
Forward a lvalue.
Definition move.h:33

Detailed Description

DefaultConstructible.