Forwards move construction for T.

Synopsis

Declared in <absl/base/no_destructor.h>

constexpr
explicit
NoDestructor(T&& x);

Parameters

Name

Description

x

The value to move‐construct the wrapped T from.

Created with MrDocs