#include <sal/config.h>
#include <cassert>
#include <cstddef>
#include <memory>
#include <optional>
#include <utility>
#include <svl/svldllapi.h>
#include <svl/poolitem.hxx>
#include <svl/typedwhich.hxx>
#include <svl/whichranges.hxx>
Go to the source code of this file.
|
template<sal_uInt16 WID1, sal_uInt16 WID2, sal_uInt16... Rest> |
static constexpr sal_uInt16 | svl::detail::CountRanges1 () |
| Determines the number of sal_uInt16s in a container of pairs of sal_uInt16s, each representing a range of sal_uInt16s, and total capacity of the ranges. More...
|
|