Iros
 
Loading...
Searching...
No Matches
stop_token_of.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace di::meta {
6template<typename T>
8}
Definition merge_interfaces.h:6
meta::RemoveCVRef< decltype(execution::get_stop_token(util::declval< T >()))> StopTokenOf
Definition stop_token_of.h:7
RemoveCV< RemoveReference< T > > RemoveCVRef
Definition core.h:74