HomeSort by relevance Sort by last modified time
    Searched defs:nested_exception (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
nested_exception.h 1 // Nested Exception support header (nested_exception class) for -*- C++ -*-
25 /** @file bits/nested_exception.h
55 class nested_exception class in namespace:std
60 nested_exception() noexcept : _M_ptr(current_exception()) { }
62 nested_exception(const nested_exception&) = default;
64 nested_exception& operator=(const nested_exception&) = default;
66 virtual ~nested_exception() noexcept;
78 struct _Nested_exception : public _Except, public nested_exception
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
nested_exception.h 1 // Nested Exception support header (nested_exception class) for -*- C++ -*-
25 /** @file bits/nested_exception.h
55 class nested_exception class in namespace:std
60 nested_exception() noexcept : _M_ptr(current_exception()) { }
62 nested_exception(const nested_exception&) = default;
64 nested_exception& operator=(const nested_exception&) = default;
66 virtual ~nested_exception() noexcept;
78 struct _Nested_exception : public _Except, public nested_exception
    [all...]

Completed in 80 milliseconds