Template Class is_reference_wrapper

Inheritance Relationships

Base Type

  • public False< false >

Class Documentation

template<typename T>
class is_reference_wrapper : public False<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.