struct Gambit::type_index

[No description available]

Public Functions

Name
type_index(const std::type_info & __rhs)
type_index()
const std::type_info &operator=(const std::type_info & __rhs)
booloperator==(const Gambit::type_index & __rhs) const
booloperator!=(const Gambit::type_index & __rhs) const
booloperator<(const Gambit::type_index & __rhs) const
booloperator<=(const Gambit::type_index & __rhs) const
booloperator>(const Gambit::type_index & __rhs) const
booloperator>=(const Gambit::type_index & __rhs) const
size_thash_code() const
const char *name() const

Friends

Name
structtype_equal_to
structstd::equal_to< Gambit::type_index >

Public Functions Documentation

function type_index

inline type_index(
    const std::type_info & __rhs
)

function type_index

inline type_index()

function operator=

inline const std::type_info & operator=(
    const std::type_info & __rhs
)

function operator==

inline bool operator==(
    const Gambit::type_index & __rhs
) const

function operator!=

inline bool operator!=(
    const Gambit::type_index & __rhs
) const

function operator<

inline bool operator<(
    const Gambit::type_index & __rhs
) const

function operator<=

inline bool operator<=(
    const Gambit::type_index & __rhs
) const

function operator>

inline bool operator>(
    const Gambit::type_index & __rhs
) const

function operator>=

inline bool operator>=(
    const Gambit::type_index & __rhs
) const

function hash_code

inline size_t hash_code() const

function name

inline const char * name() const

Friends

friend type_equal_to

friend struct type_equal_to(
    type_equal_to 
);

friend std::equal_to< Gambit::type_index >

friend struct std::equal_to< Gambit::type_index >(
    std::equal_to< Gambit::type_index > 
);

Updated on 2023-06-26 at 21:36:51 +0000