ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
Loading...
Searching...
No Matches
Public Types | List of all members
container::GetTypeReal< T > Struct Template Reference

Template struct to determine the return type based on the input type. More...

#include <tensor_types.h>

Collaboration diagram for container::GetTypeReal< T >:

Public Types

using type = T
 

Detailed Description

template<typename T>
struct container::GetTypeReal< T >

Template struct to determine the return type based on the input type.

This struct defines a template class that is used to determine the appropriate return type based on the input type. By default, the return type is the same as the input type.

Template Parameters
TThe input type for which the return type needs to be determined.

Member Typedef Documentation

◆ type

template<typename T >
using container::GetTypeReal< T >::type = T

The return type based on the input type.


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