fidl::internal_wavl::DefaultKeyedObjectTraits

Summary

Public static functions

EqualTo(const KeyType & key1, const KeyType & key2)
bool
GetKey(const ObjType & obj)
KeyType
LessThan(const KeyType & key1, const KeyType & key2)
bool

Public static functions

EqualTo

bool fidl::internal_wavl::DefaultKeyedObjectTraits::EqualTo(
  const KeyType & key1,
  const KeyType & key2
)

GetKey

KeyType fidl::internal_wavl::DefaultKeyedObjectTraits::GetKey(
  const ObjType & obj
)

LessThan

bool fidl::internal_wavl::DefaultKeyedObjectTraits::LessThan(
  const KeyType & key1,
  const KeyType & key2
)