hyperledger/iroha
Iroha - A simple, decentralized ledger http://iroha.tech
executor_common.hpp File Reference
#include "interfaces/common_objects/types.hpp"
#include <algorithm>
#include <array>
Include dependency graph for executor_common.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 iroha::ametsuchi
 

Functions

std::string_view iroha::ametsuchi::getDomainFromName (std::string_view account_id)
 
std::vector< std::string_view > iroha::ametsuchi::splitId (std::string_view id)
 
std::vector< std::string_view > iroha::ametsuchi::split (std::string_view str, std::string_view delims)
 
template<size_t C>
std::array< std::string_view, C > iroha::ametsuchi::staticSplitId (std::string_view const str, std::string_view const delims="@#")