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

Method capacity

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

Source from the content-addressed store, hash-verified

1121 }
1122
1123 static constexpr std::size_t capacity() noexcept {
1124 return sizeof(storage_);
1125 }
1126};
1127
1128/// An owning erasure

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected