Disambiguation tag for in‐place construction of a given type.
Synopsis
Declared in <absl/utility/utility.h>
[[deprecated]]
template<class T>
inline constexpr std::in_place_type_t<T> const& in_place_type = std::in_place_type<T>;
|
Warning
|
Deprecated. Use of this entity is allowed but discouraged. |
Created with MrDocs