Go to the documentation of this file.
9 #ifndef EAGINE_OFFSET_PTR_HPP
10 #define EAGINE_OFFSET_PTR_HPP
16 using memory::basic_offset_ptr;
18 template <
typename Po
intee>
19 using offset_ptr = basic_offset_ptr<Pointee, std::ptrdiff_t>;
21 template <
typename Po
intee>
26 #endif // EAGINE_OFFSET_PTR_HPP
Common code is placed in this namespace.
Definition: eagine.hpp:21
basic_offset_ptr< Pointee, short > short_offset_ptr
Type alias for basic offset pointer with short offset.
Definition: offset_ptr.hpp:303
basic_offset_ptr< Pointee, std::ptrdiff_t > offset_ptr
Default type alias for basic offset pointer.
Definition: offset_ptr.hpp:298