11template<
typename T,
typename Tag = meta::RemoveCVRef<T>,
typename It = ContainerIterator<T>,
12 typename Sent = ContainerSentinel<T>>
constexpr auto reconstruct
Definition reconstruct.h:75
auto declval() -> meta::AddRValueReference< T >
Definition declval.h:8
constexpr auto in_place_type
Definition in_place_type.h:12