![]() |
Home | Libraries | People | FAQ | More |
boost::is_reference_wrapper —— 判定類型 T 是否是一個 reference_wrapper 實例。
template<typename T> class is_reference_wrapper { public: // static constants static const bool value = unspecified; };
| Copyright 1999, 2000 Jaakko Jrvi Copyright 2001, 2002 Peter Dimov Copyright 2002 David Abrahams |