bpp-phyl3  3.0.0
bpp::Dimension< T > Struct Template Reference

Store a dimension for type T. More...

+ Inheritance diagram for bpp::Dimension< T >:

Detailed Description

template<typename T>
struct bpp::Dimension< T >

Store a dimension for type T.

Declared but undefined by default. Specialisations should be defined in the same header declaring the T type. Specialisations should define a constructor from const T & : get the dimension of a T object. If used in dataflow numeric nodes, it should be comparable and hashable.

Definition at line 307 of file DataFlowNumeric.h.


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