mCRL2
Loading...
Searching...
No Matches
atermpp::is_container< T, V > Struct Template Reference

#include <type_traits.h>

Inheritance diagram for atermpp::is_container< T, V >:
atermpp::detail::lazy_check_value_type< is_container< T, void >::value, T, V >

Detailed Description

template<typename T, typename V>
struct atermpp::is_container< T, V >

type condition for use with std::enable_if T the type to be tested

Precondition
V is void or T::value_type convertible to V

Definition at line 34 of file type_traits.h.


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