omni::sync::runnable::hash
NAME

omni::sync::runnable::hash

A member function of omni::sync::runnable

#include <omni/sync/runnable.hpp>
uint64_t omni::sync::runnable::hash()

SYNOPSIS

Returns an integer representation of this instance.

top

DESCRIPTION

Gets the numeric representation of this instance; similar to casting 'this' to an integer type. This is only declared and defined if the OMNI_TYPE_INFO macro is defined.

top