Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
クラスがあり、そのデータの型がint, float, double, char[], ...の場合std::string、データの型を示すために を使用し、データにメモリを動的に割り当てるために を使用しています。ただし、もっとエレガントな方法があるはずです。を使用せずに実装する方法は?std::vectorenumvoid*boost
int
float
double
char[]
std::string
std::vector
enum
void*
boost