Loading [MathJax]/extensions/tex2jax.js
SyTen
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages

◆ Init

enum class syten::Init : char
strong

Specification whether we should use placement new after allocation.

Only relevant if Type is trivially constructible.

Enumerator
Yes 

Use placement new

No 

Only allocate, do not construct.