template<typename ColT>
ContainableElementFn struct
Public types
- using IndexType = typename ColT::IndexType
Constructors, destructors, conversion operators
- ContainableElementFn(std::unique_ptr<ColT> in_elm) explicit
Public functions
- auto operator()(IndexType) -> std::unique_ptr<ColT>
Public variables
- std::unique_ptr<ColT> elm