-
-
Notifications
You must be signed in to change notification settings - Fork 324
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
is not the same : cannot make storage with storage_t #689
Comments
column with setter and getter has a type like this: internal::column_t<GroupModules, decltype(GroupModules::m_languageName), decltype(&GroupModules::m_languageName), decltype(&GroupModules::getLanguageName), decltype(&GroupModules::setLanguageName)> try it. Also you can check equality line by line the same way you check storage equality. |
i replaced this line
on this
but i got the same error, at this place
probably swears at this line, can i replace it
with
? |
No. Replace a column with setter and getter with this internal::column_t<GroupModules, decltype(GroupModules::m_languageName), decltype(&GroupModules::m_languageName), decltype(&GroupModules::getLanguageName), decltype(&GroupModules::setLanguageName)> |
thanks for the help, something does not work, I will return to "Quick & binary fat" - this work very well |
ok if you say so. Anyway there is another cute issue and I develop this feature but very slowly. Writing storage type explicitly is a very boring action and can be done automatically. So subscribe on this issue to received some news. |
thanks a lot |
good time of day, I would like to use this approach "Slow & size effective" to create a storage and I would like to take data exactly from the method (&GroupModules::getLanguageName, &GroupModules::setLanguageName)
i have this code
but I get an error on this line
though I'm not sure if I was not mistaken
help, please
The text was updated successfully, but these errors were encountered: