LRez  v2.1
Static Public Attributes | List of all members
robin_hood::detail::swappable::nothrow< T > Struct Template Reference

#include <robin_hood.h>

Static Public Attributes

static const bool value = noexcept(swap(std::declval<T&>(), std::declval<T&>()))
 

Detailed Description

template<typename T>
struct robin_hood::detail::swappable::nothrow< T >

Definition at line 562 of file robin_hood.h.

Member Data Documentation

◆ value

template<typename T >
const bool robin_hood::detail::swappable::nothrow< T >::value = noexcept(swap(std::declval<T&>(), std::declval<T&>()))
static

Definition at line 563 of file robin_hood.h.


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