libcopp  2.2.0
gsl::details::is_comparable_to_nullptr< T, typename std::enable_if< std::is_convertible< decltype(std::declval< T >() !=nullptr), bool >::value >::type > Struct Template Reference

#include <not_null.h>

Inheritance diagram for gsl::details::is_comparable_to_nullptr< T, typename std::enable_if< std::is_convertible< decltype(std::declval< T >() !=nullptr), bool >::value >::type >:
Inheritance graph
Collaboration diagram for gsl::details::is_comparable_to_nullptr< T, typename std::enable_if< std::is_convertible< decltype(std::declval< T >() !=nullptr), bool >::value >::type >:
Collaboration graph

Detailed Description

template<typename T>
struct gsl::details::is_comparable_to_nullptr< T, typename std::enable_if< std::is_convertible< decltype(std::declval< T >() !=nullptr), bool >::value >::type >

Definition at line 30 of file not_null.h.


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