[#BloombergLP-bdlsta-Moment_Data-09] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlsta.adoc[bdlsta]::Moment_Data :relfileprefix: ../../ :mrdocs: Component‐private data storage for a `Moment` specialization. == Synopsis Declared in `<bdlsta_moment.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<xref:BloombergLP/bdlsta/MomentLevel/Enum.adoc[MomentLevel::Enum] ML> struct Moment_Data; ---- == Specializations [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlsta/Moment_Data-0c.adoc[`Moment_Data<MomentLevel::e_M1>`] | Data members for Mean only. | xref:BloombergLP/bdlsta/Moment_Data-03.adoc[`Moment_Data<MomentLevel::e_M2>`] | Data members for Variance and below. | xref:BloombergLP/bdlsta/Moment_Data-00.adoc[`Moment_Data<MomentLevel::e_M3>`] | Data members for Skew and below | xref:BloombergLP/bdlsta/Moment_Data-04.adoc[`Moment_Data<MomentLevel::e_M4>`] | Data members for Kurtosis and below |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#