Go to the source code of this file.
|
class | TfEnum |
| An enum class that records both enum type and enum value. More...
|
|
|
#define | TF_ADD_ENUM_NAME(VAL, ...) |
| Macro used to associate a name with an enumerated value.
|
|
|
template<class HashState , class Enum > |
std::enable_if_t< std::is_same< Enum, TfEnum >::value > | TfHashAppend (HashState &h, Enum const &e) |
|
TF_API std::ostream & | operator<< (std::ostream &out, const TfEnum &e) |
| Output a TfEnum value.
|
|
◆ TfHashAppend()
std::enable_if_t< std::is_same< Enum, TfEnum >::value > TfHashAppend |
( |
HashState & |
h, |
|
|
Enum const & |
e |
|
) |
| |