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

#include <concepts.hpp>

Concept definition

template<class T>
concept iv::concepts::integralStrongType = iv::concepts::strongType<T> && std::integral<typename T::wrapped_type>
Definition concepts.hpp:164
Definition concepts.hpp:158