[#BDEALG_DECLARE_NESTED_TRAITS5] = BDEALG_DECLARE_NESTED_TRAITS5 :mrdocs: This alias is defined for backward compatibility. == Synopsis Declared in `<bslalg_typetraits.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- #define BDEALG_DECLARE_NESTED_TRAITS5(T, TRAIT1, TRAIT2, TRAIT3, TRAIT4, TRAIT5) ---- == Parameters [cols="1,4"] |=== | Name| Description | *T* | class with which to associate the traits | *TRAIT1* | first trait tag to associate with `T` | *TRAIT2* | second trait tag to associate with `T` | *TRAIT3* | third trait tag to associate with `T` | *TRAIT4* | fourth trait tag to associate with `T` | *TRAIT5* | fifth trait tag to associate with `T` |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#