![]() |
Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
Optionally constructed object. More...
#include "roc_core/aligned_storage.h"#include "roc_core/attributes.h"#include "roc_core/noncopyable.h"#include "roc_core/panic.h"#include "roc_core/stddefs.h"

Go to the source code of this file.
Classes | |
| class | roc::core::Optional< T, Size > |
| Optionally constructed object. More... | |
Namespaces | |
| namespace | roc |
| Root namespace. | |
| namespace | roc::core |
| General-purpose building blocks and platform abstraction layer. | |
Functions | |
| template<class T , size_t Size> | |
| void * | operator new (size_t size, roc::core::Optional< T, Size > &opt) throw () |
| Placement new for core::Optional. | |
| template<class T , size_t Size> | |
| void | operator delete (void *, roc::core::Optional< T, Size > &) throw () |
| Placement delete for core::Optional. | |
Optionally constructed object.
Definition in file optional.h.
|
inline | ||||||||||||||||||||
Placement delete for core::Optional.
Definition at line 107 of file optional.h.
|
inline | ||||||||||||||||||||
Placement new for core::Optional.
Definition at line 98 of file optional.h.