#include <fold.hpp>
Public Types | |
| using | return_type = T |
Public Member Functions | |
| constexpr T | finish () && |
| template<typename... Args> | |
| constexpr auto | operator() (Args &&... args) -> typename _fold_sfinae< Inplace >::template type< Op, T, Args &&... > |
Public Attributes | |
| Op | _op |
| T | _result |
| using lexy::_fold< T, Arg, Inplace, Op >::_sink_callback::return_type = T |
|
inlineconstexpr |
|
inlineconstexpr |
| Op lexy::_fold< T, Arg, Inplace, Op >::_sink_callback::_op |
| T lexy::_fold< T, Arg, Inplace, Op >::_sink_callback::_result |