eosio::impl::concat_t
#include <rope.hpp>
Public Attributes
Name | |
---|---|
rope_node * | left |
rope_node * | right |
const rope_node * | temp |
bool | temp_left |
Public Attributes Documentation
variable left
rope_node * left = nullptr;
variable right
rope_node * right = nullptr;
variable temp
const rope_node * temp = nullptr;
variable temp_left
bool temp_left = false;
Updated on 2022-12-05 at 15:38:07 +0000