basix_doc 0.1
|
#include <port.hpp>
Definition at line 187 of file port.hpp.
{ return vector_access (disassemble (x), i); }
static generic full_type_name | ( | ) | [inline, static] |
Reimplemented from void_binary_helper< string >.
Definition at line 363 of file port.hpp.
{ return "String"; }
Reimplemented from void_binary_helper< string >.
Definition at line 367 of file port.hpp.
References n, and mmx::read().
static string short_type_name | ( | ) | [inline, static] |
Reimplemented from void_binary_helper< string >.
Definition at line 362 of file port.hpp.
{ return "S"; }
Definition at line 185 of file port.hpp.
{ return vector_size (disassemble (x)); }
Reimplemented from void_binary_helper< string >.
Definition at line 364 of file port.hpp.
References mmx::N(), and mmx::write().
{ binary_write<nat> (out, N(s)); mmx::write (out, s); }