tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
bit_xor< T > Struct Template Reference

Function object for performing bitwise XOR. Effectively calls operator^ on type T. https://en.cppreference.com/w/cpp/utility/functional/bit_xor. More...

#include <bit_xor.hpp>

Public Member Functions

constexpr auto operator() (T const &lhs, T const &rhs) const -> T
 

Detailed Description

template<typename T = void>
struct etl::bit_xor< T >

Function object for performing bitwise XOR. Effectively calls operator^ on type T. https://en.cppreference.com/w/cpp/utility/functional/bit_xor.

Member Function Documentation

◆ operator()()

template<typename T = void>
auto operator() ( T const & lhs,
T const & rhs ) const -> T
inlinenodiscardconstexpr

The documentation for this struct was generated from the following file: