plugify
1.2.8
Loading...
Searching...
No Matches
plg
detail
non_void_destructible
plg::detail::non_void_destructible Concept Reference
Concept definition
template
<
typename
T>
concept
plg::detail::non_void_destructible
= std::same_as<T, void> || std::destructible<T>
plg::detail::non_void_destructible
Definition
expected.hpp:134
Detailed Description
Definition at line
134
of file
expected.hpp
.
Generated by
1.9.8