STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Public Attributes | List of all members
msclr::_detail::_auto_gcroot_ref< _element_type > Struct Template Reference

#include <msclr/auto_gcroot.h>

Public Member Functions

 _auto_gcroot_ref (auto_gcroot< _element_type > &ref)
 

Public Attributes

auto_gcroot< _element_type > & m_ref
 

Constructor & Destructor Documentation

template<typename _element_type>
msclr::_detail::_auto_gcroot_ref< _element_type >::_auto_gcroot_ref ( auto_gcroot< _element_type > &  ref)
inline
48  : m_ref( ref )
49  {
50  }
reference_wrapper< _Ty > ref(_Ty &_Val) _NOEXCEPT
Definition: type_traits:1839
auto_gcroot< _element_type > & m_ref
Definition: auto_gcroot.h:53

Member Data Documentation

template<typename _element_type>
auto_gcroot<_element_type>& msclr::_detail::_auto_gcroot_ref< _element_type >::m_ref

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