quill
Public Types | List of all members
detail::remove_cvref< T > Struct Template Reference

C++14 implementation of C++20's remove_cvref. More...

#include <Codec.h>

Public Types

typedef std::remove_cv_t< std::remove_reference_t< T > > type
 

Detailed Description

template<class T>
struct detail::remove_cvref< T >

C++14 implementation of C++20's remove_cvref.


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