|
private_detail_about_traits::has_inserter< T, U > Struct Template Reference#include <traits.hpp>
List of all members. template<typename T, typename U>
struct private_detail_about_traits::has_inserter< T, U >
|
Public Types |
enum | { value = (sizeof(is<does_not_exist>::type(operator<<(insert_in_nslookup(make<T>::type(),make<does_not_exist>::type()),make<U>::type()))) == sizeof(no))
} |
Member Enumeration Documentation
template<typename T, typename U> |
anonymous enum
|
|
|
- Enumeration values:
-
Definition at line 77 of file traits.hpp. |
The documentation for this struct was generated from the following file:
|
|
|