![]() |
Lumiera 0.pre.04
»edit your freedom«
|
#include "lib/meta/util.hpp"
failsafe invocation of custom string conversion.
| X | the nominal type to base the string conversion on; should be a plain type (class or value) without CV-qualification and references |
Definition at line 401 of file meta/util.hpp.
Static Public Member Functions | |
| static std::string | invoke (X const &x) noexcept |
|
inlinestaticnoexcept |
Definition at line 404 of file meta/util.hpp.
Referenced by StringConv< X *, lib::meta::disable_if< std::__or_< std::is_same< std::remove_cv_t< X >, char >, std::is_same< std::remove_cv_t< X >, void > > > >::invoke(), P< TAR, BASE >::operator std::string(), util::showPtr(), util::showSmartPtr(), util::toString(), and util::typedString().
Here is the caller graph for this function:
Collaboration diagram for StringConv< X, COND >: