![]() |
The Gaudi Framework
v38r1p1 (ae26267b)
|
Typedefs | |
template<typename Value , typename... Args> | |
using | require_constructible_t = std::enable_if_t< std::is_constructible_v< Value, Args... > > |
using Gaudi::cxx::details::require_constructible_t = typedef std::enable_if_t<std::is_constructible_v<Value, Args...> > |
Definition at line 24 of file SynchronizedValue.h.