tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
logical_or< void > Struct Reference

#include <logical_or.hpp>

Public Types

using is_transparent = void
 

Public Member Functions

template<typename T, typename U>
constexpr auto operator() (T &&lhs, U &&rhs) const noexcept(noexcept(etl::forward< T >(lhs)||etl::forward< U >(rhs))) -> decltype(etl::forward< T >(lhs)||etl::forward< U >(rhs))
 
constexpr auto operator() (void const &lhs, void const &rhs) const -> bool
 

Member Typedef Documentation

◆ is_transparent

using is_transparent = void

Member Function Documentation

◆ operator()() [1/2]

template<typename T, typename U>
auto operator() ( T && lhs,
U && rhs ) const -> decltype(etl::forward<T>(lhs) || etl::forward<U>(rhs))
inlinenodiscardconstexprnoexcept

◆ operator()() [2/2]

auto operator() ( void const & lhs,
void const & rhs ) const-> bool
inlinenodiscardconstexpr

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