Typedef sequant::EmptyInitializerList¶
Defined in File overloads.hpp
Typedef Documentation¶
-
using sequant::EmptyInitializerList = std::initializer_list<Nonconstructible>¶
Tag for providing unambiguous overloads for catching function(bla, {}) where the initializer list could otherwise be matched to multiple other overloads.