Loading...
Searching...
No Matches
enum.h File Reference
+ Include dependency graph for enum.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TfEnum
 An enum class that records both enum type and enum value. More...
 

Macros

#define TF_ADD_ENUM_NAME(VAL, ...)
 Macro used to associate a name with an enumerated value.
 

Functions

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.
 

Function Documentation

◆ TfHashAppend()

std::enable_if_t< std::is_same< Enum, TfEnum >::value > TfHashAppend ( HashState &  h,
Enum const &  e 
)

Definition at line 435 of file enum.h.