CMS 3D CMS Logo

List of all members | Public Member Functions
edm::detail::getHasSwapFunction< T, false > Struct Template Reference

#include <WrapperDetail.h>

Public Member Functions

bool operator() ()
 

Detailed Description

template<typename T>
struct edm::detail::getHasSwapFunction< T, false >

Definition at line 164 of file WrapperDetail.h.

Member Function Documentation

template<typename T >
bool edm::detail::getHasSwapFunction< T, false >::operator() ( )
inline

Definition at line 165 of file WrapperDetail.h.

165  {
166  return false;
167  }