| auto tts::as_value | ( | V const & | v | ) |
Single evaluation of value extension point.
This function generate a T from a value v. Default behavior is to convert but this function can be overloaded to handle suer-defined type.
| T | Target data type |
| v | Value used ot generate the data sample |
T obtained by conversion of v.