#include <di/util/create_in_place.h>
|
template<typename T, typename... Args>
requires (concepts::ConstructibleFrom<T, Args...> || CustomCreatable<T, Args...> || StaticCreatable<T, Args...>) |
constexpr auto | operator() (InPlaceType< T >, Args &&... args) const |
|
◆ operator()()
template<typename T, typename... Args>
requires (concepts::ConstructibleFrom<T, Args...> || CustomCreatable<T, Args...> || StaticCreatable<T, Args...>)
auto di::util::detail::CreateInPlaceFunction::operator() |
( |
InPlaceType< T > | , |
|
|
Args &&... | args ) const |
|
inlineconstexpr |
The documentation for this struct was generated from the following file: