absl::NoDestructor::NoDestructor

Forwards move construction for T.

Synopsis

Declared in <absl/base/no_destructor.h>

constexpr
explicit
NoDestructor(T&& x);

Parameters

NameDescription
xThe value to move-construct the wrapped T from.