kblib 0.2.3
General utilities library for modern C++
kblib::fakestd::detail::nothrow_swappable_with< Tp, Up, Swappable > Struct Template Reference

#include <kblib/fakestd.h>

Static Public Attributes

static const bool value
 

Detailed Description

template<class Tp, class Up = Tp, bool Swappable = swappable_with<Tp, Up>::value>
struct kblib::fakestd::detail::nothrow_swappable_with< Tp, Up, Swappable >

Definition at line 233 of file fakestd.h.

Member Data Documentation

◆ value

template<class Tp , class Up = Tp, bool Swappable = swappable_with<Tp, Up>::value>
const bool kblib::fakestd::detail::nothrow_swappable_with< Tp, Up, Swappable >::value
static
Initial value:
= noexcept(
swap(std::declval<Tp>(),
std::declval<Up>()))and noexcept(swap(std::declval<Up>(),
std::declval<Tp>()))
struct kblib::@0 swap

Definition at line 234 of file fakestd.h.


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