reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

usr/include/c++/7.4.0/chrono
   90     struct __duration_common_type_wrapper<__failure_type, _Period1, _Period2>
   91     { typedef __failure_type type; };
  110     struct __timepoint_common_type_wrapper<__failure_type, _Clock>
  111     { typedef __failure_type type; };
usr/include/c++/7.4.0/type_traits
 2187       static __failure_type _S_test(...);
 2203       static __failure_type _S_test(...);
 2220     struct __expanded_common_type_wrapper<__failure_type, _Args...>
 2221     { typedef __failure_type type; };
 2289       static __failure_type _S_test(...);
 2308       static __failure_type _S_test(...);
 2315       typedef decltype(_S_test<_MemPtr, _Arg, _Args...>(0)) type;
 2327       static __failure_type _S_test(...);
 2346       static __failure_type _S_test(...);
 2408       typedef __failure_type type;
 2432       static __failure_type _S_test(...);
 2439       typedef decltype(_S_test<_Functor, _ArgTypes...>(0)) type;