#include <Optional.h>
◆ optional_base() [1/7]
◆ optional_base() [2/7]
◆ optional_base() [3/7]
◆ optional_base() [4/7]
template<class T > 
  
  | 
      
   | 
  
inlineexplicitconstexprnoexcept   | 
  
 
 
◆ optional_base() [5/7]
◆ optional_base() [6/7]
template<class T > 
template<class... Args> 
 
 
◆ optional_base() [7/7]
template<class T > 
template<class U , class... Args, typename std::enable_if< std::is_constructible< T, std::initializer_list< U > > ::value, bool >::type  = false> 
  
  
      
        
          | c10::optional_base< T >::optional_base  | 
          ( | 
          in_place_t  | 
          ,  | 
         
        
           | 
           | 
          std::initializer_list< U >  | 
          il,  | 
         
        
           | 
           | 
          Args &&...  | 
          args  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inlineexplicit   | 
  
 
 
◆ ~optional_base()
◆ initialized()
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ setInitialized()
◆ init_
◆ storage_
The documentation for this struct was generated from the following file: