Home ⌂Doc Index ◂Up ▴
Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
tbb::user_abort Class Reference

Exception for user-initiated abort. More...

#include <tbb_exception.h>

Inheritance diagram for tbb::user_abort:
Collaboration diagram for tbb::user_abort:

Public Member Functions

const char * what () const __TBB_override throw ()
 

Detailed Description

Exception for user-initiated abort.

Definition at line 46 of file tbb_exception.h.

Member Function Documentation

◆ what()

const char * tbb::user_abort::what ( ) const
throw (
)

Definition at line 53 of file tbb_misc.cpp.

53 { return "User-initiated abort has terminated this operation"; }

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

Copyright © 2005-2020 Intel Corporation. All Rights Reserved.

Intel, Pentium, Intel Xeon, Itanium, Intel XScale and VTune are registered trademarks or trademarks of Intel Corporation or its subsidiaries in the United States and other countries.

* Other names and brands may be claimed as the property of others.