GQCP
Loading...
Searching...
No Matches
Namespaces | Typedefs
aliases.hpp File Reference
#include "Utilities/type_traits.hpp"
#include <cstdlib>
Include dependency graph for aliases.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<typename T , typename U >
using GQCP::product_t = decltype(std::declval< T >() *std::declval< U >())
 
template<typename T , typename U >
using GQCP::sum_t = decltype(std::declval< T >()+std::declval< U >())