Clio develop
The XRP Ledger API server.
Loading...
Searching...
No Matches
util::async::NotSameAs Concept Reference

Checks that decayed T s not of the same type as Erased. More...

#include <Concepts.hpp>

Concept definition

template<typename T, typename Erased>
concept util::async::NotSameAs = not std::is_same_v<std::decay_t<T>, Erased>
Checks that decayed T s not of the same type as Erased.
Definition Concepts.hpp:190

Detailed Description

Checks that decayed T s not of the same type as Erased.