|
FuncSketch
|
Traits struct to handle acceptable number types. More...
#include <func_sketch/math/acceptable_types.h>
Public Types | |
| template<typename ReceivedType> | |
| using | SelectTypeToUse |
| Select a type to use from the list of acceptable types. | |
Traits struct to handle acceptable number types.
| Types | Types to accept. |
Definition at line 86 of file acceptable_types.h.
| using func_sketch::math::AcceptableTypes< Types >::SelectTypeToUse |
Select a type to use from the list of acceptable types.
| ReceivedType | Type of the received argument. |
Definition at line 103 of file acceptable_types.h.