libzeep

PrevUpHomeNext

Struct template is_serializable_type

zeep::is_serializable_type

Synopsis

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

template<typename T, typename S> 
struct is_serializable_type {
  // types
  typedef std::remove_const_t< typename std::remove_reference_t< T > > value_type;

  // public data members
  static constexpr bool value;
};

PrevUpHomeNext