|
FuncSketch
|
Definition of CommonType type. More...
#include <type_traits>Go to the source code of this file.
Typedefs | |
| template<typename T1, typename T2> | |
| using | func_sketch::math::CommonType = std::common_type_t<T1, T2> |
| Get common type of two types. | |
Definition of CommonType type.
Definition in file common_type.h.
| using func_sketch::math::CommonType = std::common_type_t<T1, T2> |
Get common type of two types.
Definition at line 34 of file common_type.h.