1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 2<html> 3<head> 4<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 5<title>Chapter 3. Boost.Align</title> 6<link rel="stylesheet" href="../../doc/src/boostbook.css" type="text/css"> 7<meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> 8<link rel="home" href="index.html" title="The Boost C++ Libraries BoostBook Documentation Subset"> 9<link rel="up" href="libraries.html" title="Part I. The Boost C++ Libraries (BoostBook Subset)"> 10<link rel="prev" href="string_algo/credits.html" title="Credits"> 11<link rel="next" href="align/rationale.html" title="Rationale"> 12</head> 13<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> 14<table cellpadding="2" width="100%"><tr> 15<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../boost.png"></td> 16<td align="center"><a href="../../index.html">Home</a></td> 17<td align="center"><a href="../../libs/libraries.htm">Libraries</a></td> 18<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> 19<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> 20<td align="center"><a href="../../more/index.htm">More</a></td> 21</tr></table> 22<hr> 23<div class="spirit-nav"> 24<a accesskey="p" href="string_algo/credits.html"><img src="../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="libraries.html"><img src="../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="align/rationale.html"><img src="../../doc/src/images/next.png" alt="Next"></a> 25</div> 26<div class="chapter"> 27<div class="titlepage"><div> 28<div><h2 class="title"> 29<a name="align"></a>Chapter 3. Boost.Align</h2></div> 30<div><div class="author"><h3 class="author"> 31<span class="firstname">Glen</span> <span class="surname">Fernandes</span> 32</h3></div></div> 33<div><p class="copyright">Copyright © 2014-2017 Glen 34 Joseph Fernandes</p></div> 35<div><div class="legalnotice"> 36<a name="align.legal"></a><p> 37 Distributed under the Boost Software License, Version 1.0. 38 </p> 39</div></div> 40</div></div> 41<div class="toc"> 42<p><b>Table of Contents</b></p> 43<dl class="toc"> 44<dt><span class="section"><a href="align.html#align.introduction">Introduction</a></span></dt> 45<dt><span class="section"><a href="align/rationale.html">Rationale</a></span></dt> 46<dt><span class="section"><a href="align/examples.html">Examples</a></span></dt> 47<dt><span class="section"><a href="align/reference.html">Reference</a></span></dt> 48<dd><dl> 49<dt><span class="section"><a href="align/reference.html#align.reference.functions">Functions</a></span></dt> 50<dt><span class="section"><a href="align/reference.html#align.reference.classes">Classes</a></span></dt> 51<dt><span class="section"><a href="align/reference.html#align.reference.traits">Traits</a></span></dt> 52<dt><span class="section"><a href="align/reference.html#align.reference.macros">Macros</a></span></dt> 53</dl></dd> 54<dt><span class="section"><a href="align/vocabulary.html">Vocabulary</a></span></dt> 55<dt><span class="section"><a href="align/compatibility.html">Compatibility</a></span></dt> 56<dt><span class="section"><a href="align/acknowledgments.html">Acknowledgments</a></span></dt> 57<dt><span class="section"><a href="align/history.html">History</a></span></dt> 58</dl> 59</div> 60<div class="section"> 61<div class="titlepage"><div><div><h2 class="title" style="clear: both"> 62<a name="align.introduction"></a><a class="link" href="align.html#align.introduction" title="Introduction">Introduction</a> 63</h2></div></div></div> 64<p> 65 The Boost Align C++ library provides functions, classes, templates, traits, 66 and macros, for the control, inspection, and diagnostic of memory alignment. 67 </p> 68</div> 69</div> 70<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> 71<td align="left"><p><small>Last revised: August 11, 2020 at 15:04:03 GMT</small></p></td> 72<td align="right"><div class="copyright-footer"></div></td> 73</tr></table> 74<hr> 75<div class="spirit-nav"> 76<a accesskey="p" href="string_algo/credits.html"><img src="../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="libraries.html"><img src="../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="align/rationale.html"><img src="../../doc/src/images/next.png" alt="Next"></a> 77</div> 78</body> 79</html> 80