|
basix_doc 0.1
|
#include <alias.hpp>
| alias_binary_access_rep | ( | const alias< R > & | rr, |
| const A & | aa, | ||
| const B & | bb | ||
| ) | [inline] |
| void close | ( | ) | const [inline] |
| C get | ( | ) | const [inline] |
Definition at line 254 of file alias.hpp.
References mmx::get_alias(), and mmx::read().
| C& open | ( | ) | const [inline] |
Definition at line 255 of file alias.hpp.
References mmx::open_alias().
{ return open_alias (r) (a, b); }