Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
nullable.hpp File Reference
#include <boost/type_traits/detail/yes_no_type.hpp>
#include <boost/mpl/eval_if.hpp>
#include <boost/mpl/identity.hpp>
#include <boost/config.hpp>
Include dependency graph for nullable.hpp:

Classes

struct  boost::nullable< T >
 
struct  boost::is_nullable< T >
 
struct  boost::remove_nullable< T >
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::ptr_container_detail
 

Functions

template<class T >
type_traits::yes_type boost::ptr_container_detail::is_nullable (const nullable< T > *)
 
type_traits::no_type boost::ptr_container_detail::is_nullable (...)