GQCP
Loading...
Searching...
No Matches
Namespaces | Typedefs
type_traits.hpp File Reference
#include <type_traits>
Include dependency graph for type_traits.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  GQCP
 

Typedefs

template<bool B, typename T = void>
using GQCP::enable_if_t = typename std::enable_if< B, T >::type