Skip to content

rlp::is_rlp_encodable

More...

#include <traits.hpp>

Inherits from std::disjunction< std::conjunction< std::is_integral< T >, std::is_unsigned< T >, std::negation< std::is_same< T, bool > > >, std::is_same< T, bool >, std::is_same< T, intx::uint256 >, std::is_same< T, Bytes >, std::is_same< T, ByteView > >

Detailed Description

template <typename T >
struct rlp::is_rlp_encodable;

Updated on 2026-04-13 at 23:22:46 -0700