omni::bits::has_flag
NAME

omni::bits::has_flag

A static function of omni::bits

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

SYNOPSIS

Brief

top

DESCRIPTION

Details

top

PARAMETERS

t - Parameter_Description flag - Parameter_Description T - Parameter_Description F - Parameter_Description

top

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