My Project
Classes
is_reference_wrapper.hpp File Reference
#include "true_type.hpp"
#include "false_type.hpp"

Go to the source code of this file.

Classes

class  bsl::reference_wrapper< T >
 reference_wrapper prototype More...
 
class  bsl::is_reference_wrapper< T >
 If the provided type is a reference_wrapper (taking into account const qualifications), provides the member constant value equal to true. Otherwise the member constant value is false. More...
 

Detailed Description