template<typename T>
struct compare_general< T, 0 >
Definition at line 59 of file compare_general.hpp.
 | 
| static bool  | compare_general_f (const T &src, const T &dst) | 
|   | compare objects that are aggregates but define an operator=  More...
  | 
|   | 
template<typename T > 
  
  
      
        
          | static bool compare_general< T, 0 >::compare_general_f  | 
          ( | 
          const T &  | 
          src,  | 
         
        
           | 
           | 
          const T &  | 
          dst  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inlinestatic   | 
  
 
compare objects that are aggregates but define an operator= 
- Template Parameters
 - 
  
    | src | source object to copy  | 
    | dst | destination object  | 
  
   
Definition at line 67 of file compare_general.hpp.
 
 
The documentation for this struct was generated from the following file: