| 
    basix_doc 0.1 
   | 
 
#include <port.hpp>
  
 Definition at line 187 of file port.hpp.
                                                   {
    return vector_access (disassemble (x), i); }
| static char assemble | ( | const generic & | x | ) |  [inline, static] | 
        
Reimplemented from void_binary_helper< char >.
Definition at line 331 of file port.hpp.
: public void_binary_helper<bool> {
| static generic disassemble | ( | const char & | x | ) |  [inline, static] | 
        
Reimplemented from void_binary_helper< char >.
Definition at line 331 of file port.hpp.
: public void_binary_helper<bool> {
| static generic full_type_name | ( | ) |  [inline, static] | 
        
Reimplemented from void_binary_helper< char >.
Definition at line 331 of file port.hpp.
: public void_binary_helper<bool> {
| static char read | ( | const port & | in | ) |  [inline, static] | 
        
Reimplemented from void_binary_helper< char >.
Definition at line 331 of file port.hpp.
: public void_binary_helper<bool> {
| static string short_type_name | ( | ) |  [inline, static] | 
        
Reimplemented from void_binary_helper< char >.
Definition at line 331 of file port.hpp.
: public void_binary_helper<bool> {
| static nat size | ( | const char & | x | ) |  [inline, static, inherited] | 
        
Definition at line 185 of file port.hpp.
                                      {
    return vector_size (disassemble (x)); }
| static void write | ( | const port & | out, | 
| const char & | x | ||
| ) |  [inline, static] | 
        
Reimplemented from void_binary_helper< char >.
Definition at line 331 of file port.hpp.
: public void_binary_helper<bool> {