/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-composable-kernel/checkouts/develop/include/ck/library/utility/literals.hpp Source File
/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-composable-kernel/checkouts/develop/include/ck/library/utility/literals.hpp Source File
Composable Kernel: /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-composable-kernel/checkouts/develop/include/ck/library/utility/literals.hpp Source File
Go to the documentation of this file.
10 inline constexpr std::size_t
operator""_uz(
unsigned long long size)
12 return static_cast<std::size_t
>(size);
15 inline constexpr std::size_t
operator""_zu(
unsigned long long size)
17 return static_cast<std::size_t
>(size);