A simple functor to hold a single value. Operator() should not take any arguments. More...
#include <current_density.hpp>
Public Types | |
typedef ValueType | value_type |
Public Member Functions | |
template<typename T > | |
void | operator() (T const &, value_type val) const |
value_type | operator() () const |
A simple functor to hold a single value. Operator() should not take any arguments.
Definition at line 154 of file current_density.hpp.
typedef ValueType viennashe::she::detail::value_holder_functor< ValueType >::value_type |
Definition at line 157 of file current_density.hpp.
|
inline |
Definition at line 162 of file current_density.hpp.
|
inline |
Definition at line 160 of file current_density.hpp.