Documentation

ValidateBitVec

ValidateBitVec Description Validate whether a given BitVec object is valid. Not foolproof but will work most of the time. Aborts if provided BitVec is not valid.

Read More

ValidateIter

ValidateIter Description Validate whether a given Iter object is valid. Not foolproof but will work most of the time. Aborts if provided Iter is not valid.

Read More

ValidateList

ValidateList Description Validate whether a given List object is valid. Not foolproof but will work most of the time. Aborts if provided List is not valid.

Read More

ValidateStr

ValidateStr Description Validate whether a given Str object is valid. Not foolproof but will work most of the time. Aborts if provided Str is not valid.

Read More

ValidateStrIter

ValidateStrIter Description Validate whether a given StrIter object is valid. Not foolproof but will work most of the time. Aborts if provided StrIter is not valid.

Read More

ValidateStrIters

ValidateStrIters Description Validate whether a given StrIters object is valid. Not foolproof but will work most of the time. Aborts if provided StrIters is not valid.

Read More

ValidateStrs

ValidateStrs Description Validate whether a given Strs object is valid. Not foolproof but will work most of the time. Aborts if provided Strs is not valid.

Read More

ValidateVec

ValidateVec Description Validate whether a given Vec object is valid. Not foolproof but will work most of the time. Aborts if provided Vec is not valid.

Read More

Vec

Vec Description Vector type for directory contents.

Read More

VecAlignedOffsetAt

VecAlignedOffsetAt Description Vector implementation already manages alignment for stored objects. It makes sure that objects of improper size are stored at alignment of 8 bytes each to avoid UB.

Read More