Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

associated_executor::decltype

If T has a nested type executor_type, returns t.get_executor(). Otherwise returns type().

static static decltype(
    auto ) const;
  » more...

If T has a nested type executor_type, returns t.get_executor(). Otherwise returns ex.

static static decltype(
    auto ) const;
  » more...

PrevUpHomeNext