mpqc::detail::init_list_ctor< T > Struct Template Reference
Documentation
template<typename T>
struct mpqc::detail::init_list_ctor< T >
class to help make_shared_from_list
work
maps T
to U
such that T
can be constructed from std::initializer_list<U>
- Note
- provide specialization for each type
T
for which you want to be able to call make_shared_from_list
- Warning
- clearly only 1 such constructor can be invoked per
T
- See also
- make_shared_from_list
The documentation for this struct was generated from the following file:
- mpqc/util/external/c++/memory