libzeep

PrevUpHomeNext

Struct nonesuch

std::experimental::nonesuch

Synopsis

// In header: <zeep/type-traits.hpp>


struct nonesuch {
  // construct/copy/destruct
  () = ;
  (nonesuch ) = ;
   (nonesuch ) = ;
  ~();
};

Description

nonesuch public construct/copy/destruct

  1. () = ;
  2. (nonesuch ) = ;
  3.  (nonesuch ) = ;
  4. ~();

PrevUpHomeNext