Template Struct Implementation

Struct Documentation

template<typename Interface>
struct sparsebase::utils::Implementation

Public Functions

Implementation() = default
template<typename ConcreteType>
inline explicit Implementation(ConcreteType &&object)
inline Implementation(const Implementation &object)
inline Implementation(Implementation &&object) noexcept
inline Implementation &operator=(Implementation other)
inline Interface *operator->()