Nektar++
Classes | Namespaces | Typedefs
RawType.hpp File Reference
#include <memory>
#include <type_traits>

Go to the source code of this file.

Classes

struct  Nektar::RawType< T >
 
struct  Nektar::RawType< std::shared_ptr< T > >
 
struct  Nektar::RawType< const std::shared_ptr< T > >
 
struct  Nektar::RawType< volatile std::shared_ptr< T > >
 
struct  Nektar::RawType< const volatile std::shared_ptr< T > >
 

Namespaces

namespace  Nektar
 

Typedefs

template<typename T >
using Nektar::RawType_t = typename RawType< T >::type