My Project
|
Used by is_detected to indicate detection failure. More...
#include <nonesuch.hpp>
Public Member Functions | |
constexpr | nonesuch () noexcept=delete |
Used to define bsl::nonesuch as useless. | |
~nonesuch () noexcept=delete | |
Used to define bsl::nonesuch as useless. | |
constexpr | nonesuch (nonesuch const &o) noexcept=delete |
Used to define bsl::nonesuch as useless. More... | |
constexpr | nonesuch (nonesuch &&o) noexcept=delete |
Used to define bsl::nonesuch as useless. More... | |
constexpr nonesuch & | operator= (nonesuch const &o) &noexcept=delete |
Used to define bsl::nonesuch as useless. More... | |
constexpr nonesuch & | operator= (nonesuch &&o) &noexcept=delete |
Used to define bsl::nonesuch as useless. More... | |
Used by is_detected to indicate detection failure.
|
deletenoexcept |
Used to define bsl::nonesuch as useless.
o | the object being copied |
|
deletenoexcept |
Used to define bsl::nonesuch as useless.
o | the object being moved |
Used to define bsl::nonesuch as useless.
o | the object being copied |
Used to define bsl::nonesuch as useless.
o | the object being moved |