class invalid_code_point


class invalid_code_point
    : public std::exception

Description

This exception type indicates that a code point is not a valid Unicode code point. This check is done with the is_code_point_valid function.

Public Member Functions

const char*
what ()
const noexcept override

Returns the explanatory string.



Copyright © 2022-2025 Daniel T. McGinnis

CCL was first published in 2022, and is still actively maintained.

This website was first published in 2022, and is still actively maintained.

This specific web page was first published in 2022.