CellModules
BareType< T > Struct Template Reference

#include <exportable.hpp>

Public Types

using type = std::remove_cv_t< std::remove_pointer_t< std::remove_reference_t< T > > >
 

Detailed Description

template<typename T>
struct BareType< T >

Definition at line 3335 of file exportable.hpp.

Member Typedef Documentation

◆ type

template<typename T >
using BareType< T >::type = std::remove_cv_t<std::remove_pointer_t<std::remove_reference_t<T> >>

Definition at line 3336 of file exportable.hpp.


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