std::experimental::nonesuch
// In header: <zeep/type-traits.hpp> struct nonesuch { // construct/copy/destruct nonesuch() = delete; nonesuch(nonesuch const &) = delete; void operator=(nonesuch const &) = delete; ~nonesuch(); };
nonesuch
nonesuch() = delete;
nonesuch(nonesuch const &) = delete;
void operator=(nonesuch const &) = delete;
~nonesuch();