ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
|
Template struct to determine the return type based on the input type. More...
#include <tensor_types.h>
Public Types | |
using | type = 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.
T | The input type for which the return type needs to be determined. |
using container::GetTypeReal< T >::type = T |
The return type based on the input type.