The Gaudi Framework
master (37c0b60a)
|
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 25 of file SynchronizedValue.h.