예제 #1
0
파일: real.hpp 프로젝트: DoraXBMC/Pantheios
inline
size_t
c_str_len(
    real const& r
)
{
    return r.length();
}
예제 #2
0
파일: real.hpp 프로젝트: DoraXBMC/Pantheios
inline
size_t
PANTHEIOS_c_str_len_name_(
    real const& r
)
{
    return r.length();
}