opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
Classes | Namespaces | Concepts | Functions
conversion.h File Reference
#include <concepts>
#include <utility>
Include dependency graph for conversion.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  osc::Converter< T, U >
 

Namespaces

namespace  osc
 
namespace  osc::detail
 

Concepts

concept  osc::detail::HasConverter
 

Functions

template<typename U , typename T >
requires detail::HasConverter<std::remove_cvref_t<T>, U>
constexpr U osc::to (T &&value)