chsvlib
chsv helper source code
is_reference_wrapper< T > Struct Template Reference

Checks whether a type T is an std::reference_wrapper object. Inherits from the resulting std::integral_constant instantiation. More...

#include <chsvmetafun.h>

Inheritance diagram for is_reference_wrapper< T >:
Collaboration diagram for is_reference_wrapper< T >:

Detailed Description

template<class T>
struct Chusov::is_reference_wrapper< T >

Checks whether a type T is an std::reference_wrapper object. Inherits from the resulting std::integral_constant instantiation.

Template Parameters
Tis a type to be checked.

The documentation for this struct was generated from the following file: