MCPcopy Create free account
hub / github.com/Naios/function2 / data_accessor

Function data_accessor

include/function2/function2.hpp:446–446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

444/// as well to the inplace storage.
445union data_accessor {
446 data_accessor() = default;
447 explicit constexpr data_accessor(std::nullptr_t) noexcept : ptr_(nullptr) {
448 }
449 explicit constexpr data_accessor(void* ptr) noexcept : ptr_(ptr) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected