Iros
 
Loading...
Searching...
No Matches
vector_emplace_back.h File Reference

Go to the source code of this file.

Namespaces

namespace  di
 
namespace  di::container
 
namespace  di::container::vector
 

Functions

template<concepts::detail::MutableVector Vec, typename... Args>
requires (concepts::ConstructibleFrom<meta::detail::VectorValue<Vec>, Args...>)
constexpr auto di::container::vector::emplace_back (Vec &vector, Args &&... args) -> decltype(auto)