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