Searched refs:CheckOpStreamType (Results 1 – 5 of 5) sorted by relevance
283 using CheckOpStreamType = decltype(detect_specialization::Detect<T>(0)); variable325 using U1 = CheckOpStreamType<T1>; \326 using U2 = CheckOpStreamType<T2>; \
335 using CheckOpStreamType = decltype(detect_specialization::Detect<T>(0)); variable391 using U1 = CheckOpStreamType<T1>; \392 using U2 = CheckOpStreamType<T2>; \
337 using CheckOpStreamType = decltype(detect_specialization::Detect<T>(0)); variable393 using U1 = CheckOpStreamType<T1>; \394 using U2 = CheckOpStreamType<T2>; \
351 using CheckOpStreamType = decltype(detect_specialization::Detect<T>(0)); variable409 using U1 = CheckOpStreamType<T1>; \410 using U2 = CheckOpStreamType<T2>; \