| 
| template<class _Ty >  | 
| static auto  | _Fn (int, const _Ty &_Al) _NOEXCEPT-> decltype(_Al.max_size()) | 
|   | 
| template<class _Ty >  | 
| static auto  | _Fn (_Wrap_int, const _Ty &) _NOEXCEPT-> typename _Get_size_type< _Ty >::type | 
|   | 
template<class _Ty > 
  
  
      
        
          | static auto _Alloc_max_size::_Fn  | 
          ( | 
          int  | 
          ,  | 
         
        
           | 
           | 
          const _Ty &  | 
          _Al  | 
         
        
           | 
          ) | 
           |  -> decltype(_Al.max_size())
		 | 
         
       
   | 
  
inlinestatic   | 
  
 
  519         return (_Al.max_size());
 
 
 
 
template<class _Ty > 
  
  
      
        
          | static auto _Alloc_max_size::_Fn  | 
          ( | 
          _Wrap_int  | 
          ,  | 
         
        
           | 
           | 
          const _Ty &  | 
            | 
         
        
           | 
          ) | 
           |  -> typename _Get_size_type<_Ty>::type
		 | 
         
       
   | 
  
inlinestatic   | 
  
 
  527             / 
sizeof(
typename _Ty::value_type));
 
constexpr const _Ty &() max(const _Ty &_Left, const _Ty &_Right, _Pr _Pred) _NOEXCEPT_OP(_NOEXCEPT_OP(_DEBUG_LT_PRED(_Pred
 
 
 
 
The documentation for this struct was generated from the following file: