Toolbox snapshot
The Reactive C++ Toolbox
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages Concepts
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 261 of file IntTypes.hpp.