#include <behavior.hh>
Static Public Member Functions | |
std::string | name () |
Quite similar to unsafe, but even if the destination type has a strict behavior, by using cast::force we ensure that no check will be performed.
Example:
int_u<8, strict> a; a = force::get<int_u<8, strict> >::check_plus(5, 6);
=> no check
This construction is useful when we want to use code from a particular behavior to a type defined with another behavior.
Definition at line 137 of file integre/ntg/real/behavior.hh.