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.
ご存知のように、Boost には多くの型特性があります。is_pointerC++11 は、それらのいくつかを標準に持ち込みましたis_base_of。
is_pointer
is_base_of
他にも C++11 に組み込まれなかったhas_greaterやのようなものがあります。has_greater_equalなぜだめですか?次の規格に含める予定はありますか? これに関する標準化委員会または Bjarne Stroustrup による論文はありましたか?
has_greater
has_greater_equal