cMHN
1.2
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
pRC
Fold
Public Member Functions
|
List of all members
pRC::Fold< F, E, D > Struct Template Reference
#include <
fold.hpp
>
Public Member Functions
template<class... Xs>
requires requires {
fold
<F, E,
D
>(declval<Xs>()...); }
constexpr decltype(auto)
operator()
(Xs &&...args) const
Member Function Documentation
◆
operator()()
template<class F ,
Bool
E = false,
Direction
D = Direction::Forwards>
template<class... Xs>
requires requires {
fold
<F, E,
D
>(declval<Xs>()...); }
decltype(auto)
pRC::Fold
< F, E,
D
>::operator()
(
Xs &&...
args
)
const
inline
constexpr
The documentation for this struct was generated from the following file:
pRC/prc/core/functors/
fold.hpp
Generated by
1.11.0