Chemical Data Processing Library C++ API - Version 1.4.0
Public Types | List of all members
CDPL::Math::VectorTemporaryTraits< V > Struct Template Reference

Selects a concrete temporary vector type compatible with the vector expression V. More...

#include <TypeTraits.hpp>

+ Inheritance diagram for CDPL::Math::VectorTemporaryTraits< V >:

Public Types

typedef V::VectorTemporaryType Type
 The concrete temporary vector type compatible with the vector expression V. More...
 

Detailed Description

template<typename V>
struct CDPL::Math::VectorTemporaryTraits< V >

Selects a concrete temporary vector type compatible with the vector expression V.

Template Parameters
VThe vector expression type.

Member Typedef Documentation

◆ Type

template<typename V >
typedef V::VectorTemporaryType CDPL::Math::VectorTemporaryTraits< V >::Type

The concrete temporary vector type compatible with the vector expression V.


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