1 #pragma once // Source encoding: UTF-8 with BOM (π is a lowercase Greek "pi"). 16 operator Item ()
const {
return {}; }
17 void operator=(
const Item& ) {}
44 template<
class Item >
45 struct iterator_traits<
cppx::Count_iterator_< Item > >:
46 iterator_traits<Item*>
void operator+=(const int n) noexcept
auto operator++() noexcept -> Count_iterator_ &
auto operator *() const noexcept -> Proxy
Signed_< size_t > Size
A Signed_ equivalent of size_t.
auto count() const noexcept -> Size
Signed Size and Index, plus unsigned equivalents Unsigned_size and Unsigned_index.