tetl 0.1.0
Embedded Template Library
|
Function object for performing logical OR (logical disjunction). Effectively calls operator|| on type T. https://en.cppreference.com/w/cpp/utility/functional/logical_or. More...
#include <logical_or.hpp>
Public Member Functions | |
constexpr auto | operator() (T const &lhs, T const &rhs) const -> bool |
Function object for performing logical OR (logical disjunction). Effectively calls operator|| on type T. https://en.cppreference.com/w/cpp/utility/functional/logical_or.
|
inlinenodiscardconstexpr |