|
Cosan
1.0
Data Analytics Library
|
#include <iostream>#include <vector>#include <type_traits>#include <numeric>#include <string>#include <gsl/gsl>#include <concepts>#include <cosan/data/CosanData.h>Go to the source code of this file.
Functions | |
| template<typename NumericType , typename = typename std::enable_if<std::is_arithmetic<NumericType>::value,NumericType>::type> | |
| void | f (NumericType a) |
| int | main () |
Variables | |
| template<typename NumericType > | |
| concept | Numeric = std::is_arithmetic<NumericType>::value |
| void f | ( | NumericType | a | ) |
Definition at line 26 of file template2.cpp.
| int main | ( | ) |
Definition at line 47 of file template2.cpp.
| concept Numeric = std::is_arithmetic<NumericType>::value |
Definition at line 21 of file template2.cpp.