phd_ws
C++ header-only library providing generic extensions to STL containers.
std::timed_out Class Reference

This class describes a 'timed out' exception to be used time-sensitive implementations. More...

#include <exception.hpp>

Inheritance diagram for std::timed_out:
Collaboration diagram for std::timed_out:

Public Member Functions

 timed_out (const std::string &what="")
 Construct a new instance.
 

Detailed Description

This class describes a 'timed out' exception to be used time-sensitive implementations.


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