Created
          December 12, 2011 19:50 
        
      - 
      
- 
        Save ryangraham/1468795 to your computer and use it in GitHub Desktop. 
    Casting an asio buffer
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | const unsigned char* buf=boost::asio::buffer_cast<const unsigned char*>(inbuf_.data()); | |
| std::cout << &inbuf_; | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment