walberla::lbm::refinement::FunctorWrapper Class Reference

#include <RefinementFunctorWrapper.h>

Public Member Functions

 FunctorWrapper (const std::function< void()> &fct)
 
void operator() (const uint_t, const uint_t)
 

Private Attributes

std::function< void(void)> fct_
 

Constructor & Destructor Documentation

◆ FunctorWrapper()

walberla::lbm::refinement::FunctorWrapper::FunctorWrapper ( const std::function< void()> &  fct)
inline

Member Function Documentation

◆ operator()()

void walberla::lbm::refinement::FunctorWrapper::operator() ( const  uint_t,
const  uint_t 
)
inline

Member Data Documentation

◆ fct_

std::function<void(void)> walberla::lbm::refinement::FunctorWrapper::fct_
private

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