halcheck 1.0
Loading...
Searching...
No Matches
halcheck::lib::constructor< T > Struct Template Reference

A function object that calls the constructor of a given type. More...

#include <constructor.hpp>

Public Member Functions

template<typename... Args>
operator() (Args... args)
 Invokes a constructor of T.
 

Detailed Description

template<typename T>
struct halcheck::lib::constructor< T >

A function object that calls the constructor of a given type.

Template Parameters
TThe type of value to construct.

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