| 
| 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 | 
|   | 
template<class _Ty > 
  
  
      
        
          | static auto _Alloc_select::_Fn  | 
          ( | 
          int  | 
          ,  | 
         
        
           | 
           | 
          const _Ty &  | 
          _Al  | 
         
        
           | 
          ) | 
           |  -> decltype((_Ty)_Al.select_on_container_copy_construction())
		 | 
         
       
   | 
  
inlinestatic   | 
  
 
  540         return (_Al.select_on_container_copy_construction());
 
 
 
 
template<class _Ty > 
  
  
      
        
          | static auto _Alloc_select::_Fn  | 
          ( | 
          _Wrap_int  | 
          ,  | 
         
        
           | 
           | 
          const _Ty &  | 
          _Al  | 
         
        
           | 
          ) | 
           |  -> _Ty
		 | 
         
       
   | 
  
inlinestatic   | 
  
 
 
The documentation for this struct was generated from the following file: