The Sparta Modeling Framework
Loading...
Searching...
No Matches
MetaStruct::add_pointer< T > Struct Template Reference

This templated struct takes a type and gives back a nested typedef of a pointer to that type. More...

#include <MetaStructs.hpp>

Public Types

using type = T *
 

Detailed Description

template<typename T>
struct MetaStruct::add_pointer< T >

This templated struct takes a type and gives back a nested typedef of a pointer to that type.

Definition at line 194 of file MetaStructs.hpp.

Member Typedef Documentation

◆ type

template<typename T >
using MetaStruct::add_pointer< T >::type = T *

Definition at line 194 of file MetaStructs.hpp.


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