Clio  develop
The XRP Ledger API server.
Loading...
Searching...
No Matches
UnsupportedType.hpp
1#pragma once
2
3namespace util {
4
6template <typename>
7static constexpr bool Unsupported = false; // NOLINT(readability-identifier-naming)
8
9} // namespace util
This namespace contains various utilities.
Definition AccountUtils.hpp:11
static constexpr bool Unsupported
used for compile time checking of unsupported types
Definition UnsupportedType.hpp:7