WPILibC++ 2023.4.3-108-ge5452e3
wpi::hashing::detail::is_hashable_data< T > Struct Template Reference

Trait to indicate whether a type's bits can be hashed directly. More...

#include </home/runner/work/allwpilib/allwpilib/wpiutil/src/main/native/thirdparty/llvm/include/wpi/Hashing.h>

Inheritance diagram for wpi::hashing::detail::is_hashable_data< T >:

Detailed Description

template<typename T>
struct wpi::hashing::detail::is_hashable_data< T >

Trait to indicate whether a type's bits can be hashed directly.

A type trait which is true if we want to combine values for hashing by reading the underlying data. It is false if values of this type must first be passed to hash_value, and the resulting hash_codes combined.


The documentation for this struct was generated from the following file: