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

Method aligned_ptr

include/floor/core/aligned_ptr.hpp:61–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

releaseMethod · 0.80

Tested by

no test coverage detected