basix_doc 0.1
|
#include <type_props.hpp>
Definition at line 157 of file type_props.hpp.
empty_format | ( | ) | [inline] |
Definition at line 158 of file type_props.hpp.
{}
empty_format | ( | const no_format & | ) | [inline] |
Definition at line 159 of file type_props.hpp.
{}
empty_format | ( | const C & | ) | [inline] |
Definition at line 160 of file type_props.hpp.
{}
empty_format | ( | const C & | , |
const D & | |||
) | [inline] |
Definition at line 161 of file type_props.hpp.
{}
empty_format format1 | ( | ) | const [inline] |
Definition at line 163 of file type_props.hpp.
Referenced by mmx::get_format1().
{ return empty_format (); }
empty_format format2 | ( | ) | const [inline] |
Definition at line 164 of file type_props.hpp.
Referenced by mmx::get_format2().
{ return empty_format (); }
empty_format format3 | ( | ) | const [inline] |
Definition at line 165 of file type_props.hpp.
{ return empty_format (); }
empty_format rfm | ( | ) | const [inline] |
Definition at line 162 of file type_props.hpp.
{ return *this; }