My Project
npos.hpp
Go to the documentation of this file.
1 
28 #ifndef BSL_NPOS_HPP
29 #define BSL_NPOS_HPP
30 
31 #include "cstdint.hpp"
32 #include "numeric_limits.hpp"
33 
34 namespace bsl
35 {
38 }
39 
40 #endif
constexpr bsl::uintmax npos
defines npos
Definition: npos.hpp:37
static constexpr T max() noexcept
Returns the max value of T.
Definition: numeric_limits.hpp:154
::uintmax_t uintmax
defines a unsigned integer with the maximum possible size
Definition: cstdint.hpp:97