CPlusPlus
Universal Reference, std::move, std::array And Judge Data Type
The parameter reference is frequently used CPlusPlus program, C++11 support copy construction and move construction for a new object, Use typeinfo or boost::typeindex to judge the variable’s data type information, The container std::array help us to manage a fixed size array.