xrpld
Loading...
Searching...
No Matches
xrpl::detail::TestUserTypeFree< T > Class Template Reference
Collaboration diagram for xrpl::detail::TestUserTypeFree< T >:

Public Member Functions

 TestUserTypeFree (T const &t=T())

Private Attributes

t_

Friends

template<class Hasher>
void hash_append (Hasher &h, TestUserTypeFree const &a) noexcept

Detailed Description

template<class T>
class xrpl::detail::TestUserTypeFree< T >

Definition at line 39 of file hardened_hash_test.cpp.

Constructor & Destructor Documentation

◆ TestUserTypeFree()

template<class T>
xrpl::detail::TestUserTypeFree< T >::TestUserTypeFree ( T const & t = T())
explicit

Definition at line 45 of file hardened_hash_test.cpp.

◆ hash_append

template<class T>
template<class Hasher>
void hash_append ( Hasher & h,
TestUserTypeFree< T > const & a )
friend

Definition at line 52 of file hardened_hash_test.cpp.

Member Data Documentation

◆ t_

template<class T>
T xrpl::detail::TestUserTypeFree< T >::t_
private

Definition at line 42 of file hardened_hash_test.cpp.