TiledArray  0.7.0
TiledArray::permute_trait< Arg > Struct Template Reference

Permute trait. More...

#include <permute.h>

Inheritance diagram for TiledArray::permute_trait< Arg >:
Collaboration diagram for TiledArray::permute_trait< Arg >:

Additional Inherited Members

- Public Types inherited from TiledArray::tile_interface::permute_trait< Arg >
typedef Arg type
 

Detailed Description

template<typename Arg>
struct TiledArray::permute_trait< Arg >

Permute trait.

This class defines the default return type for a permutation operation. The default return type is defined by the permute() function, if it exists, otherwise the return type is assumed to be the same as Arg type.

Template Parameters
ArgThe argument tile type

Definition at line 46 of file permute.h.


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