我試圖做一個程序,對於給定的int value保持分隔量的數組: int amount_of_dividers和那些分隔的列表:int* dividers 這是代碼: #include <stdio.h>
#include <stdlib.h>
typedef struct{
int value;
int amount;
int* dividers;
} Di
我有這個類: class A{
template<typename Type = int32_t> Type b(){}
template<typename Type = int32_t> Type b(Type a, Type b){}
}
而且我想獲得一個指針的函數b<int>()和b<int>(int, int) 我試過,但它不知道哪個一個接: auto t = (