std::shared_timed_mutex:: ~shared_timed_mutex
      From cppreference.net
     
     
      
       <
       
        cpp
       
        |
       
        thread
       
        |
       
        shared timed mutex
       
      
     
     
        
         C++
        
        
         
          
           
          
          
         
        
       
       
        
         Concurrency support library
        
        
         
          
           
            
          
          
          
         
        
       
       
              
  | 
             
              
  | 
            |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
        
         
          std::shared_timed_mutex
         
        
        
         
          
           
            
          
          
          
         
        
       
       | Member functions | ||||
| 
               
                
                 
                  
                   shared_timed_mutex::~shared_timed_mutex
                  
                 
                
                
               | 
            ||||
| Exclusive locking | ||||
| Shared locking | ||||
| 
           
           
            ~shared_timed_mutex
            
             (
            
            
             )
            
            
             ;
            
           
           
          | 
         ||
Détruit le mutex.
Le comportement n'est pas défini si le mutex est détenu par un thread quelconque ou si un thread se termine tout en détenant une propriété du mutex.
Voir aussi
| 
          
          
           
            Documentation C
           
          
          pour
          
           
            mtx_destroy
           
          
          
         |