Loading...
Searching...
No Matches
by::tinstanceMaker< T, canMake > Struct Template Reference

Instance factory for type creation. More...

#include <rtti.hpp>

Static Public Member Functions

static voidmake ()
 

Detailed Description

template<typename T, nbool canMake = std::is_constructible<T>::value>
struct by::tinstanceMaker< T, canMake >

Instance factory for type creation.

Creates instances of type T if constructible, returns nullptr otherwise.


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