[intrusive]: determine the hook type of intrusive::list<>?
 
            
            
            
            
                18 Oct
                
                    2015
                
            
            
                18 Oct
                
                '15
                
            
            
            
        
    
                9:25 a.m.
            
        I'd like to determine the hook type of an intrusive container (intrusive::list): template< typename List > void do_link( List & lst) { static_assert(std::is_same< typename List::???, my_hook_type >::value); lst.push_back( * this); } In the documentation I didn't found a hint. Oliver
        3666
        
      
          Age (days ago)
        
      
        3666
        
    
          Last active (days ago)
        
        
        
        0 comments
    
    
        
        1 participants
    
    
    
    
    
    
    
    
    participants (1)
- 
                 Oliver Kowalke Oliver Kowalke