halcheck
1.0
Loading...
Searching...
No Matches
halcheck
lib
constructor
operator()
◆
operator()()
template<typename T >
template<typename... Args>
T
halcheck::lib::constructor
< T >::operator()
(
Args...
args
)
inline
Invokes a constructor of
T
.
Template Parameters
Args
The type of arguments to pass to
T::T
. Must satisfy
std::is_constructible
<T, Args...>()
.
Parameters
args
The arguments to pass to
T::T
.
Returns
The constructed object.
Generated by
1.12.0