cppyabm  1.0.17
An agent-based library to integrate C++ and Python
Public Types | List of all members
deferred_type< T,... > Struct Template Reference

Defer the evaluation of type T until types Us are instantiated. More...

#include <common.h>

Public Types

using type = T
 

Detailed Description

template<typename T, typename...>
struct deferred_type< T,... >

Defer the evaluation of type T until types Us are instantiated.

Definition at line 637 of file common.h.

Member Typedef Documentation

◆ type

template<typename T , typename... >
using deferred_type< T,... >::type = T

Definition at line 637 of file common.h.


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