basix_doc 0.1
unary_format< FT1 > Struct Template Reference

#include <type_props.hpp>

List of all members.

Public Member Functions

Public Attributes


Detailed Description

template<typename FT1>
struct mmx::unary_format< FT1 >

Definition at line 216 of file type_props.hpp.


Constructor & Destructor Documentation

unary_format ( ) [inline]

Definition at line 218 of file type_props.hpp.

                        :
    fm1 () {}
unary_format ( const C x) [inline]

Definition at line 220 of file type_props.hpp.

                                                       :
    fm1 ((FT1) CF(x)) {}
unary_format ( const format< C > &  x) [inline]

Definition at line 222 of file type_props.hpp.

                                                               :
    fm1 ((FT1) get_format1 (x)) {}
unary_format ( const no_format nfm) [inline]

Definition at line 224 of file type_props.hpp.

                                            :
    fm1 (nfm) {}
unary_format ( const unary_format< FT1 > &  fm) [inline]

Definition at line 226 of file type_props.hpp.

                                                   :
    fm1 (fm.fm1) {}
unary_format ( const FT1 &  fm1b) [inline]

Definition at line 228 of file type_props.hpp.

                                       :
    fm1 (fm1b) {}

Member Function Documentation

FT1 format1 ( ) const [inline]

Definition at line 231 of file type_props.hpp.

{ return fm1; }
unary_format<FT1> rfm ( ) const [inline]

Definition at line 230 of file type_props.hpp.

{ return *this; }

Member Data Documentation

FT1 fm1

Definition at line 217 of file type_props.hpp.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines