Version: SMASH-3.2
cxx17compat.h File Reference
#include <optional>
#include <type_traits>
#include <utility>

Go to the source code of this file.

Classes

struct  smash::remove_cvref< T >
 Definition for remove_cvref type trait, which is in C++20's standard library. More...
 

Namespaces

 smash
 

Typedefs

template<class T >
using smash::remove_cvref_t = typename remove_cvref< T >::type
 Helper alias which is always defined next to a type trait. More...