TRIQS/TRIQS 4.0.0
Researching Interacting Quantum Systems
Loading...
Searching...
No Matches
triqs::remove_cv_ref< T >

#include <triqs/utility/traits.hpp>

Detailed Description

template<typename T>
struct triqs::remove_cv_ref< T >

Strip cv- and reference-qualifiers from a type.

Warning
This is unused. Use std::remove_cvref in C++20 instead.
Template Parameters
TType to strip.

Definition at line 63 of file traits.hpp.


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