Allocators
Main Page
Classes
Files
File List
src
include
boost
utils
literals.hpp
1
#pragma once
2
8
inline
std::uint8_t
operator
""
_ui8(
unsigned
long
long
value)
9
{
10
return
static_cast<
std::uint8_t
>
(value);
11
}
12
Generated by
1.8.11