|
cprover
|
Go to the source code of this file.
Functions | |
| template<typename output_type, typename input_type> | |
| output_type | narrow_cast (input_type value) |
| Alias for static_cast intended to be used for numeric casting Rationale: Easier to grep than static_cast. | |
| template<typename output_type, typename input_type> | |
| output_type | narrow (input_type input) |
| Run-time checked narrowing cast. | |
| template<typename output_type, typename input_type> | |
| output_type | narrow_or_throw_out_of_range (input_type input) |
| Run-time checked narrow cast. | |
| output_type narrow | ( | input_type | input | ) |
| output_type narrow_cast | ( | input_type | value | ) |