std::in_place_t
STD:在[医]位置[医]T型
Defined in header | | |
---|---|---|
struct in_place_t {}; | | (since C++17) |
std::in_place_t
是一种空类类型,用于消除构造函数和成员函数的重载,其中包含参数%28,可能是用于某些值的就地构造的参数包%29。
另见
in_place in_place_type in_place_index in_place_t in_place_type_t in_place_index_t (C++17) | in-place construction tag (class template) |
---|---|
optional (since C++17) | a wrapper that may or may not hold an object (class template) |
© cppreference.com
在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。