Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

deferred_conditional::operator()

Invoke the conditional branch bsaed on the stored alue.

template<
    typename... Args>
auto operator()(
    Args &&... args);

PrevUpHomeNext