conststr 0.2.1
|
This concept is satisfied if cstr
can be constructed from T
and the value_type
of the cstr
is CharT
and length is Len
.
More...
#include <conststr.hpp>
This concept is satisfied if cstr
can be constructed from T
and the value_type
of the cstr
is CharT
and length is Len
.
T | type that can be used to construct cstr |
Len | expected length of cstr |
CharT | expected value_type of cstr |