You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Place isSet members at the bottom of model classes to reduce class sizes.
Moves generated m_isSet members all to the end of generated models, reducing the amount of space lost to padding bytes. This can reduce the size of classes by 20% depending on their size and member types.
Copy file name to clipboardExpand all lines: tools/code-generation/generator/src/main/resources/com/amazonaws/util/awsclientgenerator/velocity/cpp/ModelClassMembersAndInlines.vm
Copy file name to clipboardExpand all lines: tools/code-generation/generator/src/main/resources/com/amazonaws/util/awsclientgenerator/velocity/cpp/common/model/ServiceClientModelHeaderMemberDeclaration.vm
0 commit comments