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