36#ifndef Foam_IndirectListAddressing_H
37#define Foam_IndirectListAddressing_H
72 storedAddr_(std::move(addr))
Addr & addressing() noexcept
Non-const access to the addressing.
IndirectListAddressing(Addr &&addr)
Move construct from addressing information.
IndirectListAddressing(const Addr &addr)
Copy construct from addressing information.
const Addr & addressing() const noexcept
Const access to the addressing.