Calico
 All Classes Namespaces Files Functions Variables Typedefs Friends Groups
cal::match_cv< T, Target > Struct Template Reference

Obtains a type related to T with the same const-volatile qualifiers as Target. More...

#include <utility.hpp>

Public Types

typedef auto type
 A type related to T with the same const-volatile qualifiers as Target.
 

Detailed Description

template<class T, class Target>
struct cal::match_cv< T, Target >

Obtains a type related to T with the same const-volatile qualifiers as Target.

Sets the const-volatile qualifier of a type T to match the Target type.