has_from_string< T > Struct Template Reference
|
Developer Documentation
|
dealii::Patterns::Tools::has_from_string< T > Struct Template Reference
#include <enum.hpp>
Static Public Attributes | |
| static const bool | value = !std::is_same<void, decltype(detect(std::declval<T>()))>::value |
Static Private Member Functions | |
| static void | detect (...) |
| template<typename U > | |
| static decltype(std::declval< U const >()._from_string(0)) | detect (const U &) |
Detailed Description
template<typename T>
struct dealii::Patterns::Tools::has_from_string< T >
struct dealii::Patterns::Tools::has_from_string< T >
Check for T::_from_string()
Member Function Documentation
◆ detect() [1/2]
template<typename T >
|
staticprivate |
◆ detect() [2/2]
template<typename T >
template<typename U >
|
staticprivate |
Member Data Documentation
◆ value
template<typename T >
|
static |
The documentation for this struct was generated from the following file:
- include/meltpooldg/utilities/enum.hpp
Generated by