Polly 19.0.0git
Public Attributes | List of all members
Method::list_combiner Struct Reference

#include <cpp.h>

Public Attributes

const std::function< void()> before
 
const std::function< void()> between
 
const std::function< void()> after
 

Detailed Description

Definition at line 71 of file cpp.h.

Member Data Documentation

◆ after

const std::function<void()> Method::list_combiner::after

Definition at line 74 of file cpp.h.

Referenced by Method::on_arg_list().

◆ before

const std::function<void()> Method::list_combiner::before

Definition at line 72 of file cpp.h.

Referenced by Method::on_arg_list().

◆ between

const std::function<void()> Method::list_combiner::between

Definition at line 73 of file cpp.h.

Referenced by Method::on_arg_list().


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