Toolbox snapshot
The Reactive C++ Toolbox
Loading...
Searching...
No Matches
toolbox::util::IsIntWrapper Concept Reference

#include <toolbox/util/IntTypes.hpp>

Concept definition

template<typename ValueT>
concept toolbox::util::IsIntWrapper = is_instantiation_of<ValueT, IntWrapper>::value

Detailed Description

Definition at line 257 of file IntTypes.hpp.