Advertisement
sdfDFASDFASDF

Untitled

May 20th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. #pragma once
  2. #include "Func.h"
  3. #define DD_Func Func <double, double>
  4. #define ID_Func Func <int, double>
  5. #define DI_Func Func <double, int>
  6. #define II_Func Func <int, int>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement