View on GitHub
jbson
C++11/1y BSON library
jbson::detail::is_nothrow_swappable< T > Struct Template Reference

Type trait to determine if a type is nothrow/noexcept swappable. More...

#include <traits.hpp>

+ Inheritance diagram for jbson::detail::is_nothrow_swappable< T >:

Detailed Description

template<typename T>
struct jbson::detail::is_nothrow_swappable< T >

Type trait to determine if a type is nothrow/noexcept swappable.

Takes ADL into account.

Definition at line 282 of file traits.hpp.


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