Template Class is_reference_wrapper
Defined in File references.hpp
Inheritance Relationships
Base Type
public False
Class Documentation
-
template<typename T>
class is_reference_wrapper : public False Default action for detection of the reference wrapper type trait (false).
Sets the default value (false) for detection of the reference wrapper type trait. Specialisations enable this to true.
- Template Parameters:
T – : the test type.