Variable class_loader::is_interface_constructible_v
Defined in File interface_traits.hpp
Variable Documentation
-
template<class Base, class ...Args>
constexpr bool class_loader::is_interface_constructible_v = is_interface_constructible<Base, Args...>::value Helper variable template for is_interface_constructible<T, Args…>::value.
See also