STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Static Public Member Functions | List of all members
_Alloc_select Struct Reference

Static Public Member Functions

template<class _Ty >
static auto _Fn (int, const _Ty &_Al) -> decltype((_Ty) _Al.select_on_container_copy_construction())
 
template<class _Ty >
static auto _Fn (_Wrap_int, const _Ty &_Al) -> _Ty
 

Member Function Documentation

template<class _Ty >
static auto _Alloc_select::_Fn ( int  ,
const _Ty &  _Al 
) -> decltype((_Ty)_Al.select_on_container_copy_construction())
inlinestatic
400  { // call allocator supplied version
401  return (_Al.select_on_container_copy_construction());
402  }
template<class _Ty >
static auto _Alloc_select::_Fn ( _Wrap_int  ,
const _Ty &  _Al 
) -> _Ty
inlinestatic
407  { // call default version
408  return (_Al);
409  }

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