MCPcopy Create free account
hub / github.com/a2flo/floor / aligned_ptr

Method aligned_ptr

core/aligned_ptr.hpp:59–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 };
58
59 constexpr aligned_ptr() noexcept = default;
60 explicit aligned_ptr(std::nullptr_t) noexcept : ptr(nullptr) {}
61 explicit aligned_ptr(pointer ptr_, const size_t size_) noexcept : ptr(ptr_), size(size_) {}
62 aligned_ptr(aligned_ptr&& aligned_ptr_) noexcept {

Callers

nothing calls this directly

Calls 1

releaseMethod · 0.80

Tested by

no test coverage detected