Seastar
High performance C++ framework for concurrent servers
seastar::is_future< T > Struct Template Reference

Detailed Description

template<typename... T>
struct seastar::is_future< T >

Check whether a type is a future.

This is a type trait evaluating to true if the given type is a future.

#include <seastar/core/future.hh>

Inheritance diagram for seastar::is_future< T >:

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