Seastar
High performance C++ framework for concurrent servers
Public Member Functions | Public Attributes | List of all members
seastar::future_state_base::any Union Reference

Public Member Functions

 any (state s) noexcept
 
void set_exception (std::exception_ptr &&e) noexcept
 
 any (std::exception_ptr &&e) noexcept
 
bool valid () const noexcept
 
bool available () const noexcept
 
bool failed () const noexcept
 
void check_failure () noexcept
 
std::exception_ptr take_exception () noexcept
 
void move_it (any &&x) noexcept
 
 any (any &&x) noexcept
 
anyoperator= (any &&x) noexcept
 
bool has_result () const noexcept
 

Public Attributes

state st
 
std::exception_ptr ex
 

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