any
[詳解]
#include <iutest_any.hpp>
|
template<typename T > |
| any (const T &rhs) |
|
| any (const any &rhs) |
|
| any (const char rhs[]) |
|
any & | swap (any &rhs) |
| swap
|
|
bool | empty () const |
| 空かどうか [詳解]
|
|
void | clear () |
| 要素のクリア
|
|
type_id | type () const |
| 型IDの取得 [詳解]
|
|
template<typename T > |
bool | type_equal () const |
| 型の比較 [詳解]
|
|
::std::string | to_string () const |
| 所持している値の文字列化
|
|
bool | has_value () const |
| 要素があるかどうか
|
|
void | reset () |
| 要素のクリア
|
|
template<typename T > |
any & | operator= (const T &rhs) |
|
any & | operator= (const any &rhs) |
|
◆ empty()
bool iutest::any::empty |
( |
| ) |
const |
|
inline |
◆ type()
type_id iutest::any::type |
( |
| ) |
const |
|
inline |
◆ type_equal()
template<typename T >
bool iutest::any::type_equal |
( |
| ) |
const |
|
inline |
このクラス詳解は次のファイルから抽出されました: