Utility Rack
Loading...
Searching...
No Matches
cast_ptr_to_test.cpp File Reference

Test scenarios for cast_ptr_to utility functions. More...

#include <cstddef>
#include <cstdint>
#include "catch2/catch_test_macros.hpp"
#include "utility/cast_ptr_to.hpp"
Include dependency graph for cast_ptr_to_test.cpp:

Functions

void compare_bytes (std::byte b1, std::byte b2) noexcept
 
 TEST_CASE ("casting unsigned int* to std::byte*", "[cast_ptr_to]")
 

Detailed Description

Test scenarios for cast_ptr_to utility functions.

Author
Thurman Gillespy, Cliff Green

Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt)