#include <tuple.h>
Specialization for a Tuple without any elements.
Public Types | |
| using | Pack = ParameterPack<> |
Public Member Functions | |
| const String & | ToString (const FormatStatement *fmt=nullptr) const |
| HashInt | GetHashCode () const |
| template<typename HASH > | |
| HashInt | GetHashCode () const |
| Bool | operator== (const Tuple &other) const |
| Bool | operator< (const Tuple &other) const |
| MAXON_OPERATOR_COMPARISON (Tuple) | |
Static Public Attributes | |
| static const Int | COUNT |
| using Pack = ParameterPack<> |
| const String& ToString | ( | const FormatStatement * | fmt = nullptr | ) | const |
Formats an empty tuple as a string.
| HashInt GetHashCode | ( | ) | const |
Calculates hash code of an empty tuple.
| HashInt GetHashCode | ( | ) | const |
| MAXON_OPERATOR_COMPARISON | ( | Tuple<> | ) |
|
static |