Home
last modified time | relevance | path

Searched refs:needs_conversion (Results 1 – 1 of 1) sorted by relevance

/external/fmtlib/include/fmt/
Dformat.h566 using needs_conversion = bool_constant< variable
572 FMT_ENABLE_IF(!needs_conversion<InputIt, OutChar>::value)>
578 FMT_ENABLE_IF(needs_conversion<InputIt, OutChar>::value)>