pRC
multi-purpose Tensor Train library for C++
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | List of all members
pRC::LogicalOr Struct Reference

#include <logical_or.hpp>

Public Member Functions

template<class XA , class XB , If< True< decltype(declval< XA >()||declval< XB >())> >
constexpr decltype(autooperator() (XA &&a, XB &&b) const
 

Static Public Member Functions

template<class T , If< IsInvocable< Zero< T > > > = 0>
static constexpr auto Identity ()
 

Member Function Documentation

◆ Identity()

template<class T , If< IsInvocable< Zero< T > > > = 0>
static constexpr auto pRC::LogicalOr::Identity ( )
inlinestaticconstexpr

◆ operator()()

template<class XA , class XB , If< True< decltype(declval< XA >()||declval< XB >())> >
constexpr decltype(auto) pRC::LogicalOr::operator() ( XA &&  a,
XB &&  b 
) const
inlineconstexpr

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