My Project
include
bsl
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
{
37
constexpr
bsl::uintmax
npos
{
numeric_limits<bsl::uintmax>::max
()};
38
}
39
40
#endif
bsl::npos
constexpr bsl::uintmax npos
defines npos
Definition:
npos.hpp:37
cstdint.hpp
bsl::numeric_limits::max
static constexpr T max() noexcept
Returns the max value of T.
Definition:
numeric_limits.hpp:154
numeric_limits.hpp
bsl::uintmax
::uintmax_t uintmax
defines a unsigned integer with the maximum possible size
Definition:
cstdint.hpp:97
Generated by
1.8.15