VCCC  2024.05
VisualCamp Common C++ library
in_place.hpp File Reference
#include <cstddef>
#include "vccc/__core/inline_or_static.hpp"

Go to the source code of this file.

Classes

struct  in_place_t
 in-place construction tag More...
 
struct  in_place_type_t< T >
 
struct  in_place_index_t< I >
 

Namespaces

 vccc
 

Variables

constexpr VCCC_INLINE_OR_STATIC in_place_t in_place {}
 
template<typename T >
constexpr VCCC_INLINE_OR_STATIC in_place_type_t< T > in_place_type {}
 
template<std::size_t I>
constexpr VCCC_INLINE_OR_STATIC in_place_index_t< I > in_place_index {}