#include <mfcstl/util/memory_exception_translation_policies.hpp>
Static Public Member Functions | |
| static void | handle (CMemoryException *) |
Translates a CMemoryException* into a CMemoryException*, by simply rethrowing via a throw; statement | |
| static void | handle (mfcstl_ns_qual_std(bad_alloc)&) |
| Translates a std::bad_alloc& into a CMemoryException*. | |
| static void handle | ( | CMemoryException * | ) | [inline, static] |
Translates a CMemoryException* into a CMemoryException*, by simply rethrowing via a throw; statement
| static void handle | ( | mfcstl_ns_qual_std(bad_alloc)& | ) | [inline, static] |
Translates a std::bad_alloc& into a CMemoryException*.
1.5.6