Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
iv::concepts::unsignedIntegralStrongType Concept Reference

#include <concepts.hpp>

Concept definition

template<class T>
concept iv::concepts::unsignedIntegralStrongType = iv::concepts::strongType<T> && std::unsigned_integral<typename T::wrapped_type>
Definition concepts.hpp:158
Definition concepts.hpp:167