Toolbox
snapshot
The Reactive C++ Toolbox
Loading...
Searching...
No Matches
toolbox
util
WireMappable
toolbox::util::WireMappable Concept Reference
#include <
toolbox/util/Concepts.hpp
>
Concept definition
template
<
typename
T>
concept
toolbox::util::WireMappable
= std::is_standard_layout_v<T> && std::is_trivially_default_constructible_v<T>
&& std::is_trivially_copyable_v<T>
toolbox::util::WireMappable
Definition
Concepts.hpp:49
Detailed Description
Definition at line
49
of file
Concepts.hpp
.
Generated by
1.9.8