RangeSetPair< K > Struct Template Reference

#include <rangemap.h>

公共成员函数

SFINAEHelper < String , K >::type  ToString (const FormatStatement *fmt=nullptr) const
Bool   operator== (const RangeSetPair &other) const
HashInt   GetHashCode () const

静态公共成员函数

static Result < void >  DescribeIO (const DataSerializeInterface &stream)

Public Attributes

union {
   K    first
    UnitType     second
}; 

成员函数文档编制

◆  ToString()

SFINAEHelper < String , K>::type ToString ( const FormatStatement fmt = nullptr ) const

◆  operator==()

Bool operator== ( const RangeSetPair < K > &  other ) const

◆  GetHashCode()

HashInt GetHashCode ( ) const

◆  DescribeIO()

static Result <void> DescribeIO ( const DataSerializeInterface stream )
static

Member Data Documentation

◆  first

K first

◆  second

UnitType second

◆  @1085

union { ... }