MCPcopy Create free account
hub / github.com/boostorg/parser / double_ptr

Method double_ptr

example/json.hpp:348–354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

346 }
347
348 double const * double_ptr() const noexcept
349 {
350 double const * retval = reinterpret_cast<double const *>(
351 storage_.local_.bytes_.data() + 7);
352 assert(std::uintptr_t(retval) % alignof(double) == 0);
353 return retval;
354 }
355 double * double_ptr() noexcept
356 {
357 double * retval =

Callers 3

operator==Method · 0.80
callMethod · 0.80
json.hppFile · 0.80

Calls 1

dataMethod · 0.80

Tested by

no test coverage detected