0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Attributes | Static Public Attributes | List of all members
Hypertable::__detail::__swappable< _Tp > Struct Template Reference

#include <directory.h>

Public Attributes

decltype(swap(std::declval
< _Tp & >(), std::declval< _Tp & >
())) typedef 
type
 

Static Public Attributes

static const bool value = !std::is_same<type, __nat>::value
 

Detailed Description

template<class _Tp>
struct Hypertable::__detail::__swappable< _Tp >

Definition at line 55 of file directory.h.

Member Data Documentation

template<class _Tp >
decltype(swap(std::declval<_Tp&>(), std::declval<_Tp&>())) typedef Hypertable::__detail::__swappable< _Tp >::type

Definition at line 57 of file directory.h.

template<class _Tp >
const bool Hypertable::__detail::__swappable< _Tp >::value = !std::is_same<type, __nat>::value
static

Definition at line 58 of file directory.h.


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