Wire Sysio
Wire Sysion 1.0.0
Loading...
Searching...
No Matches
Functions
sysio::chain::literals Namespace Reference
Functions
template<typename
T
, T... Str>
constexpr
name
operator""_n
()
Function Documentation
◆
operator""_n()
template<typename
T
, T... Str>
name
sysio::chain::literals::operator""_n
(
)
inline
constexpr
Definition at line
95
of file
name.hpp
.
95
{
96
constexpr
const
char
buf
[] = {Str...};
97
return
name
{std::integral_constant<
uint64_t
,
string_to_uint64_t
(std::string_view{
buf
,
sizeof
(
buf
)})>
::value
};
98
}
sysio::chain::string_to_uint64_t
constexpr uint64_t string_to_uint64_t(std::string_view str)
Definition
name.hpp:24
value
#define value
Definition
pkcs11.h:157
uint64_t
unsigned __int64 uint64_t
Definition
stdint.h:136
sysio::chain::name
Immutable except for fc::from_variant.
Definition
name.hpp:43
buf
uint8_t buf[2048]
Definition
yubihsm_pkcs11.c:4770
sysio
chain
literals
Generated by
1.12.0