pars
0.2.1
Loading...
Searching...
No Matches
nngxx
move_only_constructible_c
nngxx::move_only_constructible_c Concept Reference
#include <
concept.h
>
Concept definition
template
<
typename
value_t>
concept
nngxx::move_only_constructible_c
=
std::move_constructible<value_t> && !std::copy_constructible<value_t>
nngxx::move_only_constructible_c
Definition
concept.h:63
Detailed Description
Definition at line
63
of file
concept.h
.
Generated by
1.13.2