jrgfogh / synchronized_value

Example implementation for std::synchronized_value
GNU Lesser General Public License v2.1
25 stars 1 forks source link

Add value_type using for the contained type #7

Closed davidhunter22 closed 6 months ago

davidhunter22 commented 6 months ago

Add using value type = GuardedType I used value_type as that seem to be the standard library convention