Namespaces
Variants
Views
Actions

std::bit_xor

From cppreference.com
< cpp‎ | utility‎ | functional
Revision as of 13:58, 9 January 2012 by P12 (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Template:cpp/utility/functional/sidebar Template:ddcl list begin <tr class="t-dsc-header">

<td>
Defined in header <functional>
</td>

<td></td> <td></td> </tr> <tr class="t-dcl ">

<td class="t-dcl-nopad">
template< class T >
struct bit_xor;
</td>

<td class="t-dcl-nopad"> </td> <td class="t-dcl-nopad"> </td> </tr> Template:ddcl list end

Function object for performing bitwise XOR. Effectively calls Template:cpp on type T.

Member types

Template:tdcl list begin Template:tdcl list hitem Template:tdcl list item Template:tdcl list item Template:tdcl list item Template:tdcl list end

Member functions

operator()
returns the result of bitwise XOR of two arguments
(public member function)

Template:member frame