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

Function object for performing bitwise OR. Effectively calls operator| on type T. More...

#include <bit_or.hpp>

Public Member Functions

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

Detailed Description

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

Function object for performing bitwise OR. Effectively calls operator| on type T.

https://en.cppreference.com/w/cpp/utility/functional/bit_or

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: