halcheck 1.0
Loading...
Searching...
No Matches

◆ operator()()

template<typename T >
template<typename... Args>
T halcheck::lib::constructor< T >::operator() ( Args... args)
inline

Invokes a constructor of T.

Template Parameters
ArgsThe type of arguments to pass to T::T. Must satisfy std::is_constructible<T, Args...>() .
Parameters
argsThe arguments to pass to T::T.
Returns
The constructed object.