-
-
-
-
-
-
-
-
-
-
-
-
-
- #ifndef RANGES_V3_UTILITY_IN_PLACE_HPP
- #define RANGES_V3_UTILITY_IN_PLACE_HPP
-
- #include <range/v3/range_fwd.hpp>
-
- #include <range/v3/utility/static_const.hpp>
-
- namespace ranges
- {
-
- struct in_place_t
- {};
- RANGES_INLINE_VARIABLE(in_place_t, in_place)
- }
-
- #endif
|