Adobe Source Libraries 1.49.0
A collection of C++ libraries.
Loading...
Searching...
No Matches
task_canceled Class Reference

#include <task.hpp>

Inheritance diagram for task_canceled:

Public Member Functions

 task_canceled () noexcept
 task_canceled (const char *message)
const char * what () const noexcept

Detailed Description

Definition at line 211 of file task.hpp.

Constructor & Destructor Documentation

◆ task_canceled() [1/2]

task_canceled ( )
noexcept

Definition at line 213 of file task.hpp.

◆ task_canceled() [2/2]

task_canceled ( const char * message)

Definition at line 214 of file task.hpp.

Member Function Documentation

◆ what()

const char * what ( ) const
noexcept

Definition at line 215 of file task.hpp.