Go to the source code of this file.
Classes | |
struct | eagine::memory::typed_nullptr_t< T > |
Class for doing pointer arithmetic on null pointers. More... | |
Namespaces | |
eagine | |
Common code is placed in this namespace. | |
Functions | |
template<typename T , typename N > | |
static constexpr auto | eagine::memory::operator+ (typed_nullptr_t< T >, N n) noexcept -> T * |
Pointer arithmetic addition operator for null pointers. | |
Variables | |
template<typename T > | |
constexpr typed_nullptr_t< T > | eagine::memory::typed_nullptr |
Template constant for doing pointer arithmetic on null pointers. | |
Copyright Matus Chochlik. Distributed under the Boost Software License, Version 1.0. See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt