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

#include <chsvmetafun.h>

Public Types

typedef T type
 The template parameter.
 

Detailed Description

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

Contains the type field type which resolves to the template parameter.

Template Parameters
Ta type whose identity is retrieved.

The metafunction is used to forbid a deduction of template parameters as well as to help to use SFINAE.

See also
identity_t

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