Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: UAVCAN UAVCAN_Subscriber
LazyConstructor< T > Class Template Reference
This class allows to postpone the object contruction. More...
#include <lazy_constructor.hpp>
Detailed Description
template<typename T>
class uavcan::LazyConstructor< T >
This class allows to postpone the object contruction.
It statically allocates a pool of memory of just enough size to fit the object being constructed. Later call to construct<>() calls the constructor of the object. The object will be destroyed automatically when the container class destructor is called. The memory pool is aligned at the size of the largest primitive type (long double or long long int).
Definition at line 27 of file lazy_constructor.hpp.
Generated on Tue Jul 12 2022 17:17:37 by
1.7.2