Component‐private implementation of decay. Do not use.
Synopsis
Declared in <bslmf_decay.h>
template<
class t_TYPE,
bool t_IS_ARRAY,
bool t_IS_FUNC>
struct decay_imp
: remove_cv<t_TYPE>
Base Classes
Name |
Description |
Meta‐function for removing top‐level cv‐qualifiers from a type. |
Type Aliases
Name |
Description |
This |
Specializations
Name |
Description |
Component‐private specialization of |
|
Component‐private specialization of |
Created with MrDocs