Go to the source code of this file.
|  | 
| template<typename BASE , typename I1 > | 
| using | extends1 = extends< BASE, I1 > | 
|  | 
| template<typename BASE , typename I1 , typename I2 > | 
| using | extends2 = extends< BASE, I1, I2 > | 
|  | 
| template<typename BASE , typename I1 , typename I2 , typename I3 > | 
| using | extends3 = extends< BASE, I1, I2, I3 > | 
|  | 
| template<typename BASE , typename I1 , typename I2 , typename I3 , typename I4 > | 
| using | extends4 = extends< BASE, I1, I2, I3, I4 > | 
|  | 
◆ extends1
template<typename BASE , typename I1 > 
      
 
 
◆ extends2
template<typename BASE , typename I1 , typename I2 > 
      
 
 
◆ extends3
template<typename BASE , typename I1 , typename I2 , typename I3 > 
      
 
 
◆ extends4
template<typename BASE , typename I1 , typename I2 , typename I3 , typename I4 >