Blender  V3.3
blender::NoExceptConstructor Class Reference

#include <BLI_memory_utils.hh>

Detailed Description

This can be used to mark a constructor of an object that does not throw exceptions. Other constructors can delegate to this constructor to make sure that the object lifetime starts. With this, the destructor of the object will be called, even when the remaining constructor throws.

Definition at line 476 of file BLI_memory_utils.hh.


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