|
piranha
0.10
|
Type trait for well-behaved container elements. More...
#include <piranha/type_traits.hpp>
Static Public Attributes | |
| static const bool | value = implementation_defined |
| Value of the type trait. | |
Type trait for well-behaved container elements.
The type trait will be true if all these conditions hold:
T is default-constructible,T is copy-constructible,T has nothrow move semantics,T is nothrow-destructible.If the piranha::enable_noexcept_checks trait is false for T, then the nothrow checks will be discarded.
Definition at line 604 of file type_traits.hpp.
1.8.14