CMS 3D CMS Logo

List of all members | Static Public Member Functions
cond::serialization::access< T, typename std::enable_if< std::is_integral< T >::value or std::is_enum< T >::value >::type > Struct Template Reference

#include <Equal.h>

Static Public Member Functions

static bool equal_ (const T first, const T second)
 

Detailed Description

template<typename T>
struct cond::serialization::access< T, typename std::enable_if< std::is_integral< T >::value or std::is_enum< T >::value >::type >

Definition at line 50 of file Equal.h.

Member Function Documentation

template<typename T >
static bool cond::serialization::access< T, typename std::enable_if< std::is_integral< T >::value or std::is_enum< T >::value >::type >::equal_ ( const T  first,
const T  second 
)
inlinestatic

Definition at line 52 of file Equal.h.

References edm::second().

53  {
54  return first == second;
55  }
U second(std::pair< T, U > const &p)