サクサク読めて、アプリ限定の機能も多数!
"typeid(v).name()"でマングリングされた型が取れる
masterq のブックマーク 2019/12/11 17:04
type_info - cpprefjp C++日本語リファレンス[c++][doc][japanese][type][class]"typeid(v).name()"でマングリングされた型が取れる2019/12/11 17:04
"typeid(v).name()"でマングリングされた型が取れる
このブックマークにはスターがありません。 最初のスターをつけてみよう!
cpprefjp.github.io2019/11/30
#include <iostream> #include <typeinfo> struct Base {}; struct Derived : public Base {}; struct PolyBase { virtual void member(){} }; struct PolyDerived : public PolyBase {}; int main() { // 組み込...
2 人がブックマーク・1 件のコメント
\ コメントが サクサク読める アプリです /
"typeid(v).name()"でマングリングされた型が取れる
masterq のブックマーク 2019/12/11 17:04
このブックマークにはスターがありません。
最初のスターをつけてみよう!
type_info - cpprefjp C++日本語リファレンス
cpprefjp.github.io2019/11/30
#include <iostream> #include <typeinfo> struct Base {}; struct Derived : public Base {}; struct PolyBase { virtual void member(){} }; struct PolyDerived : public PolyBase {}; int main() { // 組み込...
2 人がブックマーク・1 件のコメント
\ コメントが サクサク読める アプリです /