Skip to content

Latest commit

 

History

History
55 lines (40 loc) · 1.77 KB

misc_index.rst

File metadata and controls

55 lines (40 loc) · 1.77 KB
.rst-content table.docutils { width: 100%; table-layout: fixed; } table.docutils .line-block { margin-left: 0; margin-bottom: 0; } table.docutils code.literal { color: initial; } code.docutils { background: initial; }

Miscellaneous

Sign manipulation:

:cppsign per slot sign extraction
:cppsignnz per slot sign extraction on non null elements
:cppbitofsign per slot sign bit extraction
:cppcopysign per slot sign copy

Stream operation:

:cppoperator<< batch pretty-printing

batch_miscellaneous