piranha  0.10
Static Public Attributes | List of all members
piranha::is_container_element< T > Struct Template Reference

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.
 

Detailed Description

template<typename T>
struct piranha::is_container_element< T >

Type trait for well-behaved container elements.

The type trait will be true if all these conditions hold:

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.


The documentation for this struct was generated from the following file: