maomao90's Library
A C++20 library for competitive programming.
Loading...
Searching...
No Matches
maomao90::Hashing Concept Reference
#include <
hashing_custom_hash.hpp
>
Concept definition
template
<
typename
T>
concept
maomao90::Hashing
=
requires
(T v) {
requires
StaticModInt<typename T::mint>
;
requires
internal::concepts::Iterable
<
decltype
(v.get_v())>;
requires
is_same_v<
typename
decltype
(v.get_v())::value_type,
typename T::mint::umod_type>;
}
maomao90::Hashing
Definition
hashing_custom_hash.hpp:12
maomao90::StaticModInt
Definition
modint.hpp:23
maomao90::internal::concepts::Iterable
Definition
concepts.hpp:40
maomao90
Hashing
Generated by
1.13.2