std::experimental::in_place_t
Min standard notice:
Header: <experimental/optional>
std::experimental::in_place_t is an empty class type used to disambiguate the overloads of constructors and member functions of that take arguments (possibly a parameter pack) for in-place construction of some value.
# Declarations
struct in_place_t {};
(library fundamentals TS)