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