Function advance¶
function advance(T *, ptrdiff_t) meta¶
template <typename T>
constexpr KFR_INTRINSIC T* advance(T* x, ptrdiff_t offset) noexcept { … }
| T | pointee type |
| x | base pointer |
| offset | number of elements to advance |
Fully qualified name: kfr::advance(T *, ptrdiff_t)
Declared at meta.hpp:1617
Function advance¶
function advance(void *, ptrdiff_t) meta¶
constexpr KFR_INTRINSIC void* advance(void* x, ptrdiff_t offset) noexcept { … }
| x | base pointer |
| offset | number of bytes to advance |
Fully qualified name: kfr::advance(void *, ptrdiff_t)
Declared at meta.hpp:1624
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.