pilfered::pilfered

Constructor.

Synopsis

explicit constexpr
pilfered(
    T&& t) noexcept;

Description

Construct the wrapper from t.

Parameters

Name Description

t

The pilferable object. Ownership is not transferred.