Navigation
API > API/Plugins > API/Plugins/RigLogicLib
| Name | max_align_of |
| Type | struct |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/pma/PolyAllocator.h |
| Include Path | #include "pma/PolyAllocator.h" |
Syntax
template<typename T, typename U>
struct max_align_of
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| type | typename std::conditional<(alignof(T) > alignof(U)), T, U >::type | pma/PolyAllocator.h |