omni::sync::thread_flags::operator==
NAME

omni::sync::thread_flags::operator==

A member operator of omni::sync::thread_flags

#include <omni/types/thread_t.hpp>
bool omni::sync::thread_flags::operator==(const omni::sync::thread_flags& o)

SYNOPSIS

Equality operator tests if objects are equal

top

DESCRIPTION

No description.

top

PARAMETERS

o - The other structure to test

top

RETURN VALUES

No return value.

top

ERRORS

No errors specific to this context.

top

CONSIDERATIONS

No extra considerations.

top

PLATFORM SPECIFIC

Nothing platform specific to account for.

top

NOTES

No additional notes.

top

EXAMPLE
Currently no examples.
Visit the examples page for more.

top