CEPS  24.01
Cardiac ElectroPhysiology Simulator
ceps::ResultOfImpl< _DerivedFn< _Signature > > Struct Template Reference

Detailed Description

template<template< class > class _DerivedFn, class _Signature>
struct ceps::ResultOfImpl< _DerivedFn< _Signature > >

Used to get the return type of a function.

Definition at line 71 of file CepsFunction.hpp.

#include <CepsFunction.hpp>

Public Types

using type = typename ResultOfImpl< Function< _Signature > >::type
 the type to return More...
 

Member Typedef Documentation

◆ type

template<template< class > class _DerivedFn, class _Signature >
using ceps::ResultOfImpl< _DerivedFn< _Signature > >::type = typename ResultOfImpl<Function<_Signature> >::type

the type to return

Definition at line 74 of file CepsFunction.hpp.


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