HDK
|
#include <UT_ArrayMap.h>
Public Types | |
using | Base = DefaultClearer< std::pair< S0, S1 > > |
Static Public Member Functions | |
static bool | isClear (const std::pair< S0, S1 > &v) |
static bool | isClear (const S0 &v) |
An overload for when there's only a key. More... | |
Static Public Member Functions inherited from UT::DefaultClearer< std::pair< S0, S1 > > | |
static void | clear (std::pair< S0, S1 > &v) |
static bool | isClear (const std::pair< S0, S1 > &v) |
static void | clearConstruct (std::pair< S0, S1 > *p) |
Additional Inherited Members | |
Static Public Attributes inherited from UT::DefaultClearer< std::pair< S0, S1 > > | |
static const bool | clearNeedsDestruction = DefaultClearer<S0>::clearNeedsDestruction || DefaultClearer<S1>::clearNeedsDestruction |
Definition at line 47 of file UT_ArrayMap.h.
using UT::MapKeyClearer< S0, S1 >::Base = DefaultClearer<std::pair<S0,S1> > |
Definition at line 49 of file UT_ArrayMap.h.
|
inlinestatic |
Only need to actually check the key, even though clear and clearConstruct will clear both.
Definition at line 53 of file UT_ArrayMap.h.
|
inlinestatic |
An overload for when there's only a key.
Definition at line 58 of file UT_ArrayMap.h.