Template Struct NodeInterfacesSupports< StorageClassT >

Inheritance Relationships

Base Type

  • public StorageClassT

Struct Documentation

template<typename StorageClassT>
struct NodeInterfacesSupports<StorageClassT> : public StorageClassT

Terminating specialization of NodeInterfacesSupports.

Public Functions

template<typename ...ArgsT>
inline explicit NodeInterfacesSupports(ArgsT&&... args)

Perfect forwarding constructor to get arguments down to StorageClassT.