value::get_string
Return the underlying string
, without checking.
Synopsis
Description
This is the fastest way to access the underlying representation when the kind is known in advance.
Preconditions
this->is_string()
Complexity
Constant.
Exception Safety
No-throw guarantee.