forked from boostorg/concept_check
fixed typo in name for IntegerConcept and also added UnsignedIntegerConcept
[SVN r10284]
This commit is contained in:
@@ -57,11 +57,14 @@
|
||||
|
||||
<pre>
|
||||
template <class T>
|
||||
struct Integer_concept; // Is T a built-in integer type?
|
||||
struct IntegerConcept; // Is T a built-in integer type?
|
||||
|
||||
template <class T>
|
||||
struct SignedIntegerConcept; // Is T a built-in signed integer type?
|
||||
|
||||
template <class T>
|
||||
struct UnsignedIntegerConcept; // Is T a built-in unsigned integer type?
|
||||
|
||||
template <class X, class Y>
|
||||
struct ConvertibleConcept; // Is X convertible to Y?
|
||||
|
||||
|
Reference in New Issue
Block a user