kblib 0.2.3
General utilities library for modern C++
kblib::has_member_swap< T > Struct Template Reference

#include <kblib/fakestd.h>

Static Public Attributes

static constexpr bool value = sizeof(check<T>(nullptr)) == sizeof(yes)
 

Detailed Description

template<typename T>
struct kblib::has_member_swap< T >

Definition at line 622 of file fakestd.h.

Member Data Documentation

◆ value

template<typename T >
constexpr bool kblib::has_member_swap< T >::value = sizeof(check<T>(nullptr)) == sizeof(yes)
staticconstexpr

Definition at line 633 of file fakestd.h.


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