Unravel Engine C++ Reference
Loading...
Searching...
No Matches
generator::generated_type< generator_t, typename > Struct Template Reference

#include <utils.hpp>

Public Types

using type = void
 

Detailed Description

template<typename generator_t, typename = void>
struct generator::generated_type< generator_t, typename >

Will have a type named "Type" that has same type as value returned by method generate() of type Generator.

Definition at line 11 of file utils.hpp.

Member Typedef Documentation

◆ type

template<typename generator_t , typename = void>
using generator::generated_type< generator_t, typename >::type = void

Definition at line 14 of file utils.hpp.


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