bare

Description

The bare trait remvoes both the reference and the const/volatile qualifiers.

Synopsis

template<class T>
struct bare;