Quantum++  v1.0
A modern C++11 quantum computing library
qpp::make_void< Ts > Struct Template Reference

Helper for qpp::to_void<> alias template. More...

#include <traits.h>

Public Types

typedef void type
 

Detailed Description

template<typename... Ts>
struct qpp::make_void< Ts >

Helper for qpp::to_void<> alias template.

See also
qpp::to_void<>

Member Typedef Documentation

◆ type

template<typename... Ts>
typedef void qpp::make_void< Ts >::type

The documentation for this struct was generated from the following file: