Iros
Loading...
Searching...
No Matches
borrowed_container.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
di/container/concepts/container.h
"
4
#include "
di/container/interface/enable_borrowed_container.h
"
5
6
namespace
di::concepts
{
7
template
<
typename
T>
8
concept
BorrowedContainer
=
Container<T>
&&
container::enable_borrowed_container
(
types::in_place_type<T>
);
9
}
di::concepts::BorrowedContainer
Definition
borrowed_container.h:8
di::concepts::Container
Definition
container.h:8
container.h
enable_borrowed_container.h
di::concepts
Definition
any_storable.h:9
di::container::enable_borrowed_container
constexpr struct di::container::EnableBorrowedContainer enable_borrowed_container
di::types::in_place_type
constexpr auto in_place_type
Definition
in_place_type.h:12
libs
di
include
di
container
concepts
borrowed_container.h
Generated by
1.13.0