omni::util::bits::has_flag
NAME

omni::util::bits::has_flag

A function of omni::util::bits

#include <omni/util/bits.hpp>
template < typename T, typename F > inline bool omni::util::bits::has_flag(const T& t, F flag)

SYNOPSIS

Brief

top

DESCRIPTION

Details

top

PARAMETERS top

t - Parameter_Description

flag - Parameter_Description

T - Parameter_Description

F - Parameter_Description

RETURN VALUES

Return_Description

top

ERRORS

Errors

top

CONSIDERATIONS

Consideration

top

PLATFORM SPECIFIC

Platform

top

NOTES

Notes

top

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

top