AWS SDK for C++

AWS SDK for C++ Version 1.11.860

Loading...
Searching...
No Matches
Trait.h
1#pragma once
2
3#include <smithy/Smithy_EXPORTS.h>
4
5namespace smithy {
6namespace schema {
7class SMITHY_API Trait {
8 public:
9 virtual ~Trait() = default;
10};
11} // namespace schema
12} // namespace smithy
virtual ~Trait()=default