#include <di/container/view/clone.h>
|
template<concepts::ViewableContainer Con, typename Value = meta::ContainerReference<Con>>
requires (!concepts::LValueReference<Value> || concepts::Clonable<Value>) |
constexpr auto | operator() (Con &&container) const -> concepts::View auto |
|
◆ operator()()
template<concepts::ViewableContainer Con, typename Value = meta::ContainerReference<Con>>
requires (!concepts::LValueReference<Value> || concepts::Clonable<Value>)
auto di::container::view::detail::CloneFunction::operator() |
( |
Con && | container | ) |
const -> concepts::View auto |
|
inlineconstexpr |
The documentation for this struct was generated from the following file:
- libs/di/include/di/container/view/clone.h