Public Types | Public Member Functions | Public Attributes | List of all members
lexy::_fold< T, Arg, Inplace, Op >::_sink_callback Struct Reference

#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
 
_result
 

Detailed Description

template<typename T, typename Arg, bool Inplace, typename Op>
struct lexy::_fold< T, Arg, Inplace, Op >::_sink_callback

Definition at line 34 of file fold.hpp.

Member Typedef Documentation

◆ return_type

template<typename T , typename Arg , bool Inplace, typename Op >
using lexy::_fold< T, Arg, Inplace, Op >::_sink_callback::return_type = T

Definition at line 39 of file fold.hpp.

Member Function Documentation

◆ finish()

template<typename T , typename Arg , bool Inplace, typename Op >
constexpr T lexy::_fold< T, Arg, Inplace, Op >::_sink_callback::finish ( ) &&
inlineconstexpr

Definition at line 51 of file fold.hpp.

◆ operator()()

template<typename T , typename Arg , bool Inplace, typename Op >
template<typename... Args>
constexpr auto lexy::_fold< T, Arg, Inplace, Op >::_sink_callback::operator() ( Args &&...  args) -> typename _fold_sfinae<Inplace>::template type<Op, T, Args&&...>
inlineconstexpr

Definition at line 42 of file fold.hpp.

Member Data Documentation

◆ _op

template<typename T , typename Arg , bool Inplace, typename Op >
Op lexy::_fold< T, Arg, Inplace, Op >::_sink_callback::_op

Definition at line 37 of file fold.hpp.

◆ _result

template<typename T , typename Arg , bool Inplace, typename Op >
T lexy::_fold< T, Arg, Inplace, Op >::_sink_callback::_result

Definition at line 36 of file fold.hpp.


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


behaviortree_cpp_v4
Author(s): Davide Faconti
autogenerated on Fri Jun 28 2024 02:20:09