template <RefType name_type>
class Argument
Defined at line 550 of file ../../src/performance/lib/fxt/include/lib/fxt/argument.h
Public Methods
template <typename T, EnableIfConvertibleToStringRef<T, name_type> = true>
void Argument<ArgumentType::kBlob, name_type> (T && name, std::span<const uint8_t> value)
Defined at line 554 of file ../../src/performance/lib/fxt/include/lib/fxt/argument.h
template <typename T, EnableIfConvertibleToStringRef<T, name_type> = true>
void Argument<ArgumentType::kBlob, name_type> (T && name, std::span<const uint8_t> value)
Defined at line 554 of file ../../src/performance/lib/fxt/include/lib/fxt/argument.h
template <typename T, EnableIfConvertibleToStringRef<T, name_type> = true>
void Argument<ArgumentType::kBlob, name_type> (T && name, std::span<const uint8_t> value)
Defined at line 554 of file ../../src/performance/lib/fxt/include/lib/fxt/argument.h
void Argument<ArgumentType::kBlob, name_type> (StringRef<name_type> name, std::span<const uint8_t> value)
Defined at line 557 of file ../../src/performance/lib/fxt/include/lib/fxt/argument.h
void Argument<ArgumentType::kBlob, name_type> (StringRef<name_type> name, std::span<const uint8_t> value)
Defined at line 557 of file ../../src/performance/lib/fxt/include/lib/fxt/argument.h
void Argument<ArgumentType::kBlob, name_type> (const Argument<ArgumentType::kBlob, name_type> & )
Defined at line 560 of file ../../src/performance/lib/fxt/include/lib/fxt/argument.h
Argument<ArgumentType::kBlob, name_type> & operator= (const Argument<ArgumentType::kBlob, name_type> & )
Defined at line 561 of file ../../src/performance/lib/fxt/include/lib/fxt/argument.h
WordSize PayloadSize ()
Defined at line 563 of file ../../src/performance/lib/fxt/include/lib/fxt/argument.h
uint64_t Header ()
Defined at line 564 of file ../../src/performance/lib/fxt/include/lib/fxt/argument.h
template <typename Reservation>
void Write (Reservation & res)
Defined at line 572 of file ../../src/performance/lib/fxt/include/lib/fxt/argument.h
StringRef<name_type> name ()
Defined at line 579 of file ../../src/performance/lib/fxt/include/lib/fxt/argument.h
const std::span<const uint8_t> & value ()
Defined at line 580 of file ../../src/performance/lib/fxt/include/lib/fxt/argument.h
bool operator== (const Argument<ArgumentType::kBlob, name_type> & other)
Defined at line 582 of file ../../src/performance/lib/fxt/include/lib/fxt/argument.h
bool operator!= (const Argument<ArgumentType::kBlob, name_type> & other)
Defined at line 585 of file ../../src/performance/lib/fxt/include/lib/fxt/argument.h