Iros
 
Loading...
Searching...
No Matches
enable_borrowed_container.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace di::meta {
6template<typename Self, bool should_enable = true>
8private:
10 -> bool {
11 return should_enable;
12 }
13};
14}
Definition enable_borrowed_container.h:7
constexpr friend auto tag_invoke(types::Tag< container::enable_borrowed_container >, types::InPlaceType< Self >) -> bool
Definition enable_borrowed_container.h:9
Definition merge_interfaces.h:6
di::meta::Decay< decltype(T)> Tag
Definition tag_invoke.h:28
Definition in_place_type.h:5