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

This templated struct lets us know about the return type from any random function pointer. This is specialized for a couple different signatures. More...

#include <MetaStructs.hpp>

Public Types

using type = T
 

Detailed Description

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

This templated struct lets us know about the return type from any random function pointer. This is specialized for a couple different signatures.

Definition at line 487 of file MetaStructs.hpp.

Member Typedef Documentation

◆ type

template<typename T >
using MetaStruct::return_type< T >::type = T

Definition at line 487 of file MetaStructs.hpp.


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