template <typename SourceT, typename DestT>
struct AddSourceCV
Defined at line 120 of file ../../third_party/github.com/google/emboss/src/runtime/cpp/emboss_cpp_types.h
AddCV
<SourceT
, DestT>::Type is DestT's base type with SourceT's const and
volatile qualifiers added, if any.