Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::optional_detail::types_when_isnt_ref< T > Struct Template Reference

#include <optional.hpp>

Public Types

typedef T const & reference_const_type
 
typedef Treference_type
 
typedef T && rval_reference_type
 
typedef T && reference_type_of_temporary_wrapper
 
typedef T const * pointer_const_type
 
typedef Tpointer_type
 
typedef T const & argument_type
 

Static Public Member Functions

static rval_reference_type move (reference_type r)
 

Member Typedef Documentation

template<class T >
typedef T const& boost::optional_detail::types_when_isnt_ref< T >::argument_type
template<class T >
typedef T const* boost::optional_detail::types_when_isnt_ref< T >::pointer_const_type

Member Function Documentation

template<class T >
static rval_reference_type boost::optional_detail::types_when_isnt_ref< T >::move ( reference_type  r)
inlinestatic

References boost::move().


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