|
basix_doc 0.1
|
#include <type_props.hpp>
Definition at line 216 of file type_props.hpp.
| 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.
| 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) {}
| 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; }
| FT1 fm1 |
Definition at line 217 of file type_props.hpp.