pma::operator==

Windows
MacOS
Linux

References

Module

RigLogicLib

Header

/Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/pma/PolyAllocator.h

Include

#include "pma/PolyAllocator.h"

Syntax

namespace pma
{
    template<typename T, std::size_t TAlignment, class TDefaultMemoryResource, typename U, std::size_t UAlignment, class UDefaultMemoryResource>
    bool pma::operator==
    (
        const PolyAllocator< T, TAlignment, TDefaultMemoryResource > & lhs,
        const PolyAllocator< U, UAlignment, UDefaultMemoryResource > & rhs
    )
}

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss