liblcf
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Compare_Traits< T > Struct Template Reference

#include <reader_struct.h>

+ Collaboration diagram for Compare_Traits< T >:

Public Types

typedef Compare_Traits_Impl< T,
Compare_Test< T >::value > 
impl_type
 

Static Public Member Functions

static bool IsEqual (const T &a, const T &b)
 

Detailed Description

template<class T>
struct Compare_Traits< T >

Definition at line 373 of file reader_struct.h.

Member Typedef Documentation

template<class T >
typedef Compare_Traits_Impl<T, Compare_Test<T>::value> Compare_Traits< T >::impl_type

Definition at line 374 of file reader_struct.h.

Member Function Documentation

template<class T >
static bool Compare_Traits< T >::IsEqual ( const T &  a,
const T &  b 
)
inlinestatic

Definition at line 375 of file reader_struct.h.

Referenced by TypedField< S, T >::IsDefault().

+ Here is the caller graph for this function:


The documentation for this struct was generated from the following file: