|
| template<typename StrongIndexName > |
| std::ostream & | operator<< (std::ostream &os, StrongIndex< StrongIndexName > arg) |
| |
| template<typename StrongIntegerName > |
| std::ostream & | operator<< (std::ostream &os, StrongInt64< StrongIntegerName > arg) |
| |
| | STRONG_TYPE_ARITHMETIC_OP (StrongIndex, int,+) |
| |
| | STRONG_TYPE_ARITHMETIC_OP (StrongIndex, int, -) |
| |
| | STRONG_TYPE_ARITHMETIC_OP (StrongIndex, int, *) |
| |
| | STRONG_TYPE_ARITHMETIC_OP (StrongIndex, int, %) |
| |
| | STRONG_TYPE_ARITHMETIC_OP (StrongInt64, int64_t,+) |
| |
| | STRONG_TYPE_ARITHMETIC_OP (StrongInt64, int64_t, -) |
| |
| | STRONG_TYPE_ARITHMETIC_OP (StrongInt64, int64_t, *) |
| |
| | STRONG_TYPE_ARITHMETIC_OP (StrongInt64, int64_t,/) |
| |
| | STRONG_TYPE_ARITHMETIC_OP (StrongInt64, int64_t,<<) |
| |
| | STRONG_TYPE_ARITHMETIC_OP (StrongInt64, int64_t, > >) |
| |
| | STRONG_TYPE_ARITHMETIC_OP (StrongInt64, int64_t, %) |
| |
| | STRONG_TYPE_COMPARISON_OP (StrongIndex, int,==) |
| |
| | STRONG_TYPE_COMPARISON_OP (StrongIndex, int, !=) |
| |
| | STRONG_TYPE_COMPARISON_OP (StrongIndex, int,<=) |
| |
| | STRONG_TYPE_COMPARISON_OP (StrongIndex, int, >=) |
| |
| | STRONG_TYPE_COMPARISON_OP (StrongInt64, int64_t,==) |
| |
| | STRONG_TYPE_COMPARISON_OP (StrongInt64, int64_t, !=) |
| |
| | STRONG_TYPE_COMPARISON_OP (StrongInt64, int64_t,<=) |
| |
| | STRONG_TYPE_COMPARISON_OP (StrongInt64, int64_t, >=) |
| |
| template<typename StrongIndexName , typename H > |
| H | AbslHashValue (H h, const StrongIndex< StrongIndexName > &i) |
| |
| template<typename StrongIntegerName , typename H > |
| H | AbslHashValue (H h, const StrongInt64< StrongIntegerName > &i) |
| |